ChtmlTextWriter.RecognizedAttributes Propiedad

Definición

Obtiene un Hashtable objeto de atributos reconocidos que se podrían 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

de Hashtable atributos 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