ChtmlTextWriter.RecognizedAttributes Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Objeto Hashtable de atributos de cHTML reconocidos.
Comentarios
Use el AddRecognizedAttribute método para agregar atributos reconocidos a la colección de atributos reconocidos.