XhtmlTextWriter.ElementSpecificAttributes 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 objet Hashtable contenant des attributs spécifiques à un élément.
protected:
property System::Collections::Hashtable ^ ElementSpecificAttributes { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable ElementSpecificAttributes { get; }
member this.ElementSpecificAttributes : System.Collections.Hashtable
Protected ReadOnly Property ElementSpecificAttributes As Hashtable
Valeur de propriété
Objet Hashtable contenant des attributs spécifiques à un élément.
Remarques
Utilisez la AddRecognizedAttribute méthode pour ajouter des attributs reconnus à un élément XHTML. Pour supprimer les attributs courants sur un élément XHTML, utilisez la RemoveRecognizedAttribute méthode.
Lorsqu’une nouvelle instance de la XhtmlTextWriter classe est créée, l’objet Hashtable des attributs spécifiques à l’élément est rempli avec les attributs indiqués dans le tableau suivant.
Élément | Attributs |
---|---|
<a> |
accesskey , href , charset , hreflang , rel , type , rev , title , tabindex |
<base> |
href |
<blockquote> |
cite |
<br> |
id , class , title |
<form> |
action , method , enctype |
<head> |
xml:lang |
<html> |
version , xml:lang , xmlns |
<img> |
src , alt , width , longdesc , height |
<input> |
size , accesskey , title , name , type , disabled , value , src , checked , maxlength , tabindex |
<label> |
accesskey , for |
<li> |
value |
<link> |
hreflang , rev , type , charset , rel , href , media |
<meta> |
content , name , xml:lang , http-equiv , scheme |
<object> |
codebase , classid , data , standby , name , type , height , archive , declare , width , tabindex , codetype |
<ol> |
start |
<optgroup> |
label , disabled |
<option> |
selected , value |
<param> |
id , name , valuetype , value , type |
<pre> |
xml:space |
<q> |
cite |
<select> |
name , tabindex , disabled , multiple , size |
<style> |
xml:lang , xml:space , type , title , media |
<table> |
width , summary |
<textarea> |
name , cols , accesskey , tabindex , rows |
<td> |
headers , align , rowspan , colspan , axis , scope , abbr , valign |
<th> |
headers , align , rowspan , colspan , axis , scope , abbr , valign |
<title> |
xml:lang |
<tr> |
align , valign |
Pour plus d’informations sur les éléments et les styles affichés, consultez la spécification de modularisation XHTML sur le site Web W3C (World Wide Web Consortium).