Label.TagKey Propriedade

Definição

Recebe a tag HTML que é usada para renderizar o Label controlo.

protected:
 virtual property System::Web::UI::HtmlTextWriterTag TagKey { System::Web::UI::HtmlTextWriterTag get(); };
protected override System.Web.UI.HtmlTextWriterTag TagKey { get; }
member this.TagKey : System.Web.UI.HtmlTextWriterTag
Protected Overrides ReadOnly Property TagKey As HtmlTextWriterTag

Valor de Propriedade

O HtmlTextWriterTag valor usado para renderizar o Label.

Observações

Use a TagKey propriedade para determinar o HtmlTextWriterTag valor associado a um Label controlo. A TagKey propriedade é utilizada principalmente por promotores de controlo.

Aplica-se a