SpanBuilder.Start Property

Definition

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

public System.Web.Razor.Text.SourceLocation Start { get; set; }
member this.Start : System.Web.Razor.Text.SourceLocation with get, set
Public Property Start As SourceLocation

Property Value

The source location of the span builder.

Applies to