Свойство | Тип | Описание | |
---|---|---|---|
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 |
| |