Share via


ParserContext.ActiveParser 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 active parser for the context.

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

Property Value

The active parser for the context.

Applies to