Share via


SourceLocation.AbsoluteIndex Property

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

Gets the absolute index for the source location.

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

Syntax

'Declaration
Public ReadOnly Property AbsoluteIndex As Integer 
    Get
'Usage
Dim instance As SourceLocation 
Dim value As Integer 

value = instance.AbsoluteIndex
public int AbsoluteIndex { get; }
public:
property int AbsoluteIndex {
    int get ();
}
member AbsoluteIndex : int
function get AbsoluteIndex () : int

Property Value

Type: System.Int32
The absolute index for the source location.

See Also

Reference

SourceLocation Structure

System.Web.Razor.Text Namespace