Tokenizer(Of TSymbol, TSymbolType).CurrentLocation Property

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

Gets the current source location.

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

'Declaration
Protected ReadOnly Property CurrentLocation As SourceLocation 
	Get
'Usage
Dim value As SourceLocation 

value = Me.CurrentLocation

Property Value

Type: System.Web.Razor.Text.SourceLocation
The current source location.
Show: