Partager via


ChtmlTextWriter.RecognizedAttributes Propriété

Définition

Obtient un objet Hashtable d'attributs reconnus susceptibles d'être restitués sur des éléments cHTML.

protected:
 property System::Collections::Hashtable ^ RecognizedAttributes { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable RecognizedAttributes { get; }
member this.RecognizedAttributes : System.Collections.Hashtable
Protected ReadOnly Property RecognizedAttributes As Hashtable

Valeur de propriété

Hashtable

Hashtable d'attributs cHTML reconnus.

Remarques

Utilisez la AddRecognizedAttribute méthode pour ajouter des attributs reconnus à la collection d’attributs reconnus.

S’applique à

Voir aussi