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
Public method 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.
Public method 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.
Public method 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.
Public method 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

See Also

Reference

RazorTemplateEngine Class

System.Web.Razor Namespace