Метод | Описание | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.
|
Приватные методыМетод |
Описание |
|
ITemplate ( Page page, |
|
Implements the ITemplate.Render method by delegating the to internal instance method.
|
Render ( |
|
|
Описание методов
public static Load ( string path ) : IEnumerable
|
path |
string |
| Результат |
IEnumerable
|
|
public static Parse ( string source, string template ) : |
source |
string |
|
template |
string |
| Результат |
|
public ToString ( ) : string |
Результат |
string |
| |