Condividi tramite


ChtmlTextWriter.RecognizedAttributes Proprietà

Definizione

Ottiene un oggetto Hashtable di attributi riconosciuti di cui è possibile eseguire il rendering in elementi 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

Valore della proprietà

Hashtable

Classe Hashtable di attributi cHTML riconosciuti.

Commenti

Utilizzare il AddRecognizedAttribute metodo per aggiungere attributi riconosciuti alla raccolta di attributi riconosciuti.

Si applica a

Vedi anche