Span.ReplaceWith(SpanBuilder) 方法

定义

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

参数

builder
SpanBuilder

适用于