ChtmlTextWriter.RecognizedAttributes Propriedade

Definição

Obtém um Hashtable objeto com atributos reconhecidos que pode ser renderizado em 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 Propriedade

Um Hashtable dos atributos cHTML reconhecidos.

Observações

Use o AddRecognizedAttribute método para adicionar atributos reconhecidos à coleção de atributos reconhecidos.

Aplica-se a

Ver também