메소드 | 설명 | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 |
| |