Label.TagKey Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém a marca HTML usada para renderizar o controle Label.
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 da propriedade
O HtmlTextWriterTag valor usado para renderizar o Label.
Comentários
Use a TagKey propriedade para determinar o HtmlTextWriterTag valor associado a um Label controle. A TagKey propriedade é usada principalmente por desenvolvedores de controle.