ChtmlTextWriter.RecognizedAttributes 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 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.