Share via


HtmlMarkupParser.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 for parsing HTML markup.

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

Property Value

The other parser for parsing HTML markup.

Applies to