ParserBase Class

Definition

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.

public abstract class ParserBase
type ParserBase = class
Public MustInherit Class ParserBase
Inheritance
ParserBase
Derived

Constructors

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.

Properties

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.

Methods

BuildSpan(SpanBuilder, SourceLocation, String)

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.

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(Tuple<String,String>, Boolean)

Parses the section in ordered list of the elements.

Applies to