Span.ReplaceWith(SpanBuilder) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Replaces the span builder for this span with the specified span builder.

public void ReplaceWith (System.Web.Razor.Parser.SyntaxTree.SpanBuilder builder);
member this.ReplaceWith : System.Web.Razor.Parser.SyntaxTree.SpanBuilder -> unit
Public Sub ReplaceWith (builder As SpanBuilder)

Parameters

builder
SpanBuilder

The new builder to use for this span.

Applies to