ChtmlTextWriter.AddRecognizedAttribute(String, String) 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.
Ajoute un attribut à un élément cHTML de l'objet ChtmlTextWriter.
public:
virtual void AddRecognizedAttribute(System::String ^ elementName, System::String ^ attributeName);
public virtual void AddRecognizedAttribute (string elementName, string attributeName);
abstract member AddRecognizedAttribute : string * string -> unit
override this.AddRecognizedAttribute : string * string -> unit
Public Overridable Sub AddRecognizedAttribute (elementName As String, attributeName As String)
Paramètres
- elementName
- String
Élément cHTML auquel ajouter l'attribut.
- attributeName
- String
L'attribut à ajouter au elementName
.
Remarques
La AddRecognizedAttribute méthode ajoute un attribut à un élément cHTML. L’attribut reconnu est stocké dans la collection d’attributs Hashtable reconnue de l’objet ChtmlTextWriter référencé par la RecognizedAttributes propriété.