ParserBase.OtherParser Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the other parser ParserBase.

protected abstract System.Web.Razor.Parser.ParserBase OtherParser { get; }
member this.OtherParser : System.Web.Razor.Parser.ParserBase
Protected MustOverride ReadOnly Property OtherParser As ParserBase

Property Value

The other parser ParserBase.

Applies to