Label.TagKey Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.