TagHelperBlock.SourceEndTag Propiedad

Definición

Obtiene la etiqueta final de origen no escrita.

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

Valor de propiedad

Block

Comentarios

Esto se usa en tiempo de diseño para dar formato a TagHelperBlock s correctamente.

Se aplica a