VBCodeParser::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.

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

protected:
virtual property ParserBase^ OtherParser {
	ParserBase^ get () override;
}

Property Value

Type: System.Web.Razor.Parser::ParserBase
The other parser.
Show: