ParserBase.IsMarkupParser Property

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

Gets a value that indicates whether the parser is a markup parser.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsMarkupParser As Boolean 
    Get
'Usage
Dim instance As ParserBase 
Dim value As Boolean 

value = instance.IsMarkupParser
public virtual bool IsMarkupParser { get; }
public:
virtual property bool IsMarkupParser {
    bool get ();
}
abstract IsMarkupParser : bool 
override IsMarkupParser : bool
function get IsMarkupParser () : boolean

Property Value

Type: System.Boolean
true if the parser is a markup parser; otherwise, false.

See Also

Reference

ParserBase Class

System.Web.Razor.Parser Namespace