TagHelperBlockBuilder.SourceEndTag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the unrewritten source end tag.
public:
property Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ SourceEndTag { Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ get(); void set(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ value); };
public Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block SourceEndTag { get; set; }
member this.SourceEndTag : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block with get, set
Public Property SourceEndTag As Block
Property Value
Remarks
This is used by design time to properly format TagHelperBlocks.