ParserBase.Context 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 ParserContext.

public virtual System.Web.Razor.Parser.ParserContext Context { get; set; }
member this.Context : System.Web.Razor.Parser.ParserContext with get, set
Public Overridable Property Context As ParserContext

Property Value

The ParserContext.

Applies to