Пример #1
0
 /// <summary>
 /// Replaces the entire element's content -- and not only its innerHTML --
 /// by the content evaluated.
 /// </summary>
 /// <param name="renderOptions">Defines what to render</param>
 /// <example>
 /// The following example uses nvelocity syntax:
 /// <code>
 /// $page.el('messagediv').Replace("%{partial='shared/newmessage.vm'}")
 /// </code>
 /// </example>
 public void Replace(object renderOptions)
 {
     parent.Replace(root, renderOptions);
 }