Share via


ParserContext.LastSpan 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 last span.

public System.Web.Razor.Parser.SyntaxTree.Span LastSpan { get; }
member this.LastSpan : System.Web.Razor.Parser.SyntaxTree.Span
Public ReadOnly Property LastSpan As Span

Property Value

The last span.

Applies to