Method | Description | |
---|---|---|
Clear ( ) : void |
Clears the template.
|
|
Execute ( ) : void |
Executes the template.
|
|
Write ( object @object ) : void |
Writes the specified object to the template.
|
|
WriteLiteral ( object literal ) : void |
Writes a literal to the template.
|
public WriteLiteral ( object literal ) : void | ||
literal | object | |
return | void |