Compartir a través de


ChtmlTextWriter.RecognizedAttributes Propiedad

Definición

Obtiene un objeto Hashtable de atributos reconocidos que se pudieron representar en elementos 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

Valor de propiedad

Hashtable

Objeto Hashtable de atributos de cHTML reconocidos.

Comentarios

Use el AddRecognizedAttribute método para agregar atributos reconocidos a la colección de atributos reconocidos.

Se aplica a

Consulte también