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)

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

value = instance.IsMarkupParser

Property Value

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