Megosztás a következőn keresztül:


TagHelperBlock.SourceEndTag Property

Definition

Gets the unrewritten source end tag.

public:
 property Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ SourceEndTag { Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ get(); };
public Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block SourceEndTag { get; }
member this.SourceEndTag : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block
Public ReadOnly Property SourceEndTag As Block

Property Value

Remarks

This is used by design time to properly format TagHelperBlocks.

Applies to