MarkupParser.OtherParser Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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;
}
override function get OtherParser () : ParserBase
Property Value
Type: System.Web.Razor.Parser.ParserBase
Permissions
- Medium trust for the immediate caller. This member can be used by partially trusted code.