Метод | Описание | |
---|---|---|
JSElementGenerator ( JSGenerator generator, String root ) : System |
Initializes a new instance of the JSElementGenerator class.
|
|
Replace ( object renderOptions ) : void |
Replaces the entire element's content -- and not only its innerHTML -- by the content evaluated.
|
|
ReplaceHtml ( object renderOptions ) : void |
Replaces the content of the element.
|
Метод | Описание | |
---|---|---|
JSElementGenerator ( ) : System |
Collects the public methods
|
public JSElementGenerator ( JSGenerator generator, String root ) : System | ||
generator | JSGenerator | The generator. |
root | String | The root. |
Результат | System |
public Replace ( object renderOptions ) : void | ||
renderOptions | object | Defines what to render |
Результат | void |
public ReplaceHtml ( object renderOptions ) : void | ||
renderOptions | object | Defines what to render |
Результат | void |