RazorTemplateEngine.ParseTemplate Method
Include Protected Members
Include Inherited Members
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Parses the template specified by the TextBuffer.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ParseTemplate(TextReader) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer and returns its result. | |
ParseTemplate(ITextBuffer) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer and returns its result. | |
ParseTemplate(TextReader, Nullable<CancellationToken>) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer and returns its result. | |
ParseTemplate(ITextBuffer, Nullable<CancellationToken>) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the template specified by the TextBuffer and returns its result. |
Top