Share via


RazorParser.CreateParseTask 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.

Creates a task that parses a specified object.

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 CreateParseTask(TextReader, ParserVisitor) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.
Public method CreateParseTask(TextReader, Action<Span>, Action<RazorError>) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.
Public method CreateParseTask(TextReader, Action<Span>, Action<RazorError>, CancellationToken) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.
Public method CreateParseTask(TextReader, Action<Span>, Action<RazorError>, SynchronizationContext) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.
Public method CreateParseTask(TextReader, Action<Span>, Action<RazorError>, SynchronizationContext, CancellationToken) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a task that parses a specified object.

Top

See Also

Reference

RazorParser Class

System.Web.Razor.Parser Namespace