RazorParser Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a Razor parser.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The RazorParser type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RazorParser | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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, 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) | 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. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from 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. |
![]() | 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) | 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(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. |
![]() | ToString | (Inherited from Object.) |
Show:
