Share via


ParserContext.CodeParser 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 code parser for the context.

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

Property Value

The code parser for the context.

Applies to