VBCodeParser.Language Property

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

Gets the language for the parser.

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

'Declaration
Protected Overrides ReadOnly Property Language As LanguageCharacteristics(Of VBTokenizer, VBSymbol, VBSymbolType)
	Get
'Usage
Dim value As LanguageCharacteristics(Of VBTokenizer, VBSymbol, VBSymbolType)

value = Me.Language

Property Value

Type: System.Web.Razor.Parser.LanguageCharacteristics(Of VBTokenizer, VBSymbol, VBSymbolType)
The language for the parser.
Show: