메소드 | 설명 | |
---|---|---|
RenderClientTemplate ( string razorTemplate ) : string | ||
RenderClientTemplate ( System.Web.Razor.Parser.SyntaxTree.Block document, |
||
RenderClientTemplate ( TextReader razorTemplate, |
메소드 | 설명 | |
---|---|---|
ParseSyntaxTreeNode ( System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode node, |
||
TranslateCodeBlock ( string code ) : string | ||
VisitBlock ( System.Web.Razor.Parser.SyntaxTree.Block block, |
||
VisitCodeSpan ( System.Web.Razor.Parser.SyntaxTree.CodeSpan code, |
||
VisitMarkupSpan ( System.Web.Razor.Parser.SyntaxTree.MarkupSpan markup, |
protected ParseSyntaxTreeNode ( System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode node, |
||
node | System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode | |
output | ||
리턴 | void |
public RenderClientTemplate ( string razorTemplate ) : string | ||
razorTemplate | string | |
리턴 | string |
public RenderClientTemplate ( System.Web.Razor.Parser.SyntaxTree.Block document, |
||
document | System.Web.Razor.Parser.SyntaxTree.Block | |
output | ||
리턴 | void |
public RenderClientTemplate ( TextReader razorTemplate, |
||
razorTemplate | TextReader | |
output | ||
리턴 | void |
protected TranslateCodeBlock ( string code ) : string | ||
code | string | |
리턴 | string |
protected VisitBlock ( System.Web.Razor.Parser.SyntaxTree.Block block, |
||
block | System.Web.Razor.Parser.SyntaxTree.Block | |
output | ||
리턴 | bool |
protected VisitCodeSpan ( System.Web.Razor.Parser.SyntaxTree.CodeSpan code, |
||
code | System.Web.Razor.Parser.SyntaxTree.CodeSpan | |
output | ||
리턴 | bool |
protected VisitMarkupSpan ( System.Web.Razor.Parser.SyntaxTree.MarkupSpan markup, |
||
markup | System.Web.Razor.Parser.SyntaxTree.MarkupSpan | |
output | ||
리턴 | bool |