LookaheadTextReader.CurrentLocation Property

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

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CurrentLocation As SourceLocation 
    Get
'Usage
Dim instance As LookaheadTextReader 
Dim value As SourceLocation 

value = instance.CurrentLocation
public abstract SourceLocation CurrentLocation { get; }
public:
virtual property SourceLocation CurrentLocation {
    SourceLocation get () abstract;
}
abstract CurrentLocation : SourceLocation
abstract function get CurrentLocation () : SourceLocation

Property Value

Type: System.Web.Razor.Text.SourceLocation

See Also

Reference

LookaheadTextReader Class

System.Web.Razor.Text Namespace