TagHelperBlockBuilder.SourceEndTag Property

Definition

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

Block

Remarks

This is used by design time to properly format TagHelperBlocks.

Applies to