RazorParser Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a Razor parser.
public class RazorParser
type RazorParser = class
Public Class RazorParser
- Inheritance
-
RazorParser
Constructors
RazorParser(ParserBase, ParserBase) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the RazorParser class. |
Properties
DesignTimeMode |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the design time mode. |
Methods
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. |
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. |
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. |
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. |
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. |
Parse(ITextDocument) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object. |
Parse(LookaheadTextReader, ParserVisitor) |
Obsolete.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object. |
Parse(LookaheadTextReader) |
Obsolete.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object. |
Parse(TextReader, ParserVisitor) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object. |
Parse(TextReader) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Parses the specified object. |