프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Cache | string>.ConcurrentDictionary |
메소드 | 설명 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GetTemplate ( string template, ControllerContext context ) : |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GetTemplates ( ) : IEnumerable
|
|
Render ( string template, string destination ) : string |
|
|
Renderer ( ) : string |
|
|
비공개 메소드들메소드 |
설명 |
|
IsNullOrEmpty ( IEnumerable |
|
|
JavascriptViewEngine ( ) : System.Collections.Concurrent |
|
Static constructor initializes cache for js templates
|
PathExists ( string path ) : bool |
|
|
TemplateExists ( string template, string controllerName, string &fullPath ) : bool |
|
|
메소드 상세
public GetTemplate ( string template, ControllerContext context ) : |
template |
string |
|
context |
ControllerContext |
| 리턴 |
|
public GetTemplates ( ) : IEnumerable
| 리턴 |
IEnumerable
|
|
public Render ( string template, string destination ) : string |
template |
string |
|
destination |
string |
| 리턴 |
string |
|
public abstract Renderer ( ) : string |
리턴 |
string |
| 프로퍼티 상세
protected static ConcurrentDictionary |
리턴 |
string>.ConcurrentDictionary |
| |