Method | Description | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Load ( string path ) : IEnumerable
|
Loads and caches the template at the specified path.
|
Parse ( string source, string template ) : |
|
|
ToString ( ) : string |
|
Returns a string representation of the current template.
|
Private MethodsMethod |
Description |
|
ITemplate ( Page page, |
|
Implements the ITemplate.Render method by delegating the to internal instance method.
|
Render ( |
|
|
Method Details
public static Load ( string path ) : IEnumerable
|
path |
string |
| return |
IEnumerable
|
|
public static Parse ( string source, string template ) : |
source |
string |
|
template |
string |
| return |
|
public ToString ( ) : string |
return |
string |
| |