Share via


ParserContext.AddSpan(Span) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Adds the specified span at the end of the block builder stack.

public void AddSpan (System.Web.Razor.Parser.SyntaxTree.Span span);
member this.AddSpan : System.Web.Razor.Parser.SyntaxTree.Span -> unit
Public Sub AddSpan (span As Span)

Parameters

span
Span

The span to add.

Applies to