Html32TextWriter.GetTagName(HtmlTextWriterTag) Méthode
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.
Retourne l’élément HTML associé à la valeur d’énumération spécifiée HtmlTextWriterTag .
protected:
override System::String ^ GetTagName(System::Web::UI::HtmlTextWriterTag tagKey);
protected override string GetTagName(System.Web.UI.HtmlTextWriterTag tagKey);
override this.GetTagName : System.Web.UI.HtmlTextWriterTag -> string
Protected Overrides Function GetTagName (tagKey As HtmlTextWriterTag) As String
Paramètres
- tagKey
- HtmlTextWriterTag
Valeur HtmlTextWriterTag d’énumération pour laquelle obtenir l’élément HTML.
Retours
Élément HTML.
Remarques
Si le HtmlTextWriterTag.Div champ est transmis tagKey et que la ShouldPerformDivTableSubstitution propriété est true, la GetTagName méthode retourne l’élément table .