Share via


HtmlMarkupParser.OtherParser Property

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.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property OtherParser As ParserBase 
    Get
'Usage
Dim value As ParserBase 

value = Me.OtherParser
protected override ParserBase OtherParser { get; }
protected:
virtual property ParserBase^ OtherParser {
    ParserBase^ get () override;
}
abstract OtherParser : ParserBase 
override OtherParser : ParserBase
override function get OtherParser () : ParserBase

Property Value

Type: System.Web.Razor.Parser.ParserBase
The other parser for parsing HTML markup.

See Also

Reference

HtmlMarkupParser Class

System.Web.Razor.Parser Namespace