Span.Start Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the start character location of the span.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Start As SourceLocation 
    Get
'Usage
Dim instance As Span 
Dim value As SourceLocation 

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

Property Value

Type: System.Web.Razor.Text.SourceLocation
The start character location of the span.

See Also

Reference

Span Class

System.Web.Razor.Parser.SyntaxTree Namespace