ChtmlTextWriter.RecognizedAttributes Propriedade

Definição

Obtém um objeto Hashtable de atributos reconhecidos que poderiam ser renderizados 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 da propriedade

Um Hashtable dos atributos cHTML reconhecidos.

Comentários

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

Aplica-se a

Confira também