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.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Parser.ParserBase
    System.Web.Razor.Parser.TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public MustInherit Class ParserBase
'Usage
Dim instance As ParserBase
public abstract class ParserBase
public ref class ParserBase abstract
[<AbstractClassAttribute>]
type ParserBase =  class end
public abstract class ParserBase

The ParserBase type exposes the following members.

Constructors

  Name Description
Protected method 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.

Top

Properties

  Name Description
Public property 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.
Public property 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.
Protected property 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.

Top

Methods

  Name Description
Public method 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.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ParseBlock This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Blocks the parser.
Public method 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.
Public method ParseSection Parses the section in ordered list of the elements.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Parser Namespace