Share via


ParserContext.MarkupParser Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the markup parser for the context.

public System.Web.Razor.Parser.ParserBase MarkupParser { get; }
member this.MarkupParser : System.Web.Razor.Parser.ParserBase
Public ReadOnly Property MarkupParser As ParserBase

Property Value

The markup parser for the context.

Applies to