TagHelperBlockBuilder.SourceStartTag Property

Definition

Gets or sets the unrewritten source start tag.

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

Property Value

Block

Remarks

This is used by design time to properly format TagHelperBlocks.

Applies to