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


TagHelperBlock.SourceStartTag Property

Definition

Gets the unrewritten source start tag.

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

Property Value

Remarks

This is used by design time to properly format TagHelperBlocks.

Applies to