ParserBase Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the parser base class for the razor.
System.Object
System.Web.Razor.Parser.ParserBase
System.Web.Razor.Parser.TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType)
System.Web.Razor.Parser.ParserBase
System.Web.Razor.Parser.TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType)
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The ParserBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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 ParserBase class. |
| Name | Description | |
|---|---|---|
![]() | Context | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the ParserContext. |
![]() | IsMarkupParser | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the parser is a markup parser. |
![]() | OtherParser | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the other parser ParserBase. |
| Name | Description | |
|---|---|---|
![]() | BuildSpan | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Builds a span for the parser base. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ParseBlock | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Blocks the parser. |
![]() | ParseDocument | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates documentation for the parse. |
![]() | ParseSection | Parses the section in ordered list of the elements. |
![]() | ToString | (Inherited from Object.) |
Show:
