Label.TagKey Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la balise HTML utilisée pour afficher le contrôle 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
Valeur de propriété
Valeur HtmlTextWriterTag utilisée pour rendre le Label.
Remarques
Utilisez la TagKey propriété pour déterminer la HtmlTextWriterTag valeur associée à un Label contrôle. La TagKey propriété est utilisée principalement par les développeurs de contrôle.