TokenizerBackedParser<TTokenizer, 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 location of the current instance.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Protected ReadOnly Property CurrentLocation As SourceLocation
Get
'Usage
Dim value As SourceLocation
value = Me.CurrentLocation
protected SourceLocation CurrentLocation { get; }
protected:
property SourceLocation CurrentLocation {
SourceLocation get ();
}
member CurrentLocation : SourceLocation
function get CurrentLocation () : SourceLocation
Property Value
Type: System.Web.Razor.Text.SourceLocation
The current location of the current instance.
See Also
Reference
TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> Class