Method | Description | |
---|---|---|
Init ( ) : void | ||
Render ( |
||
RenderAsync ( |
||
RenderToString ( |
||
SetBlocks ( RenderDelegate>.Dictionary |
||
TemplateCode ( TemplateFactory TemplateFactory = null ) : System |
Method | Description | |
---|---|---|
Autoescape ( |
||
CallBlock ( String BlockName, |
||
CallBlockAsync ( String BlockName, |
||
CallParentBlock ( String BlockName, |
||
Foreach ( |
||
GetFirstAscendingBlock ( String BlockName ) : RenderDelegate | ||
LocalRender ( |
||
LocalRenderAsync ( |
||
SetAndRenderParentTemplate ( String ParentTemplateFileName, |
||
SetBlock ( RenderDelegate>.Dictionary |
protected Autoescape ( |
||
Context | ||
Expression | dynamic | |
Block | EmptyDelegate | |
return | void |
protected CallBlock ( String BlockName, |
||
BlockName | String | |
Context | ||
return | void |
protected CallBlockAsync ( String BlockName, |
||
BlockName | String | |
Context | ||
return | System.Threading.Tasks.Task |
protected CallParentBlock ( String BlockName, |
||
BlockName | String | |
Context | ||
return | void |
protected Foreach ( |
||
Context | ||
VarName | String | |
Expression | dynamic | |
Iteration | EmptyDelegate | |
Else | EmptyDelegate | |
return | void |
protected GetFirstAscendingBlock ( String BlockName ) : RenderDelegate | ||
BlockName | String | |
return | RenderDelegate |
protected abstract LocalRender ( |
||
Context | ||
return | void |
protected abstract LocalRenderAsync ( |
||
Context | ||
return | System.Threading.Tasks.Task |
public Render ( |
||
Context | ||
return | void |
public RenderAsync ( |
||
Context | ||
return | System.Threading.Tasks.Task |
public RenderToString ( |
||
Scope | ||
return | String |
protected SetAndRenderParentTemplate ( String ParentTemplateFileName, |
||
ParentTemplateFileName | String | |
Context | ||
return | void |
protected SetBlock ( RenderDelegate>.Dictionary |
||
Blocks | RenderDelegate>.Dictionary | |
BlockName | String | |
Callback | RenderDelegate | |
return | void |
public SetBlocks ( RenderDelegate>.Dictionary |
||
Blocks | RenderDelegate>.Dictionary | |
return | void |
public TemplateCode ( TemplateFactory TemplateFactory = null ) : System | ||
TemplateFactory | TemplateFactory | |
return | System |