ChtmlTextWriter.RecognizedAttributes Propriété

Définition

Obtient un Hashtable objet d’attributs reconnus qui peuvent être rendus sur les é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é

Attributs Hashtable cHTML reconnus.

Remarques

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

S’applique à

Voir aussi