TagHelperBlockBuilder.SourceStartTag 属性

定义

获取或设置未写入的源开始标记。

public:
 property Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ SourceStartTag { Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ get(); void set(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ value); };
public Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block SourceStartTag { get; set; }
member this.SourceStartTag : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block with get, set
Public Property SourceStartTag As Block

属性值

注解

设计时使用此函数来正确设置 格式 TagHelperBlock

适用于