ChtmlTextWriter.RecognizedAttributes Proprietà

Definizione

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

Oggetto Hashtable degli attributi cHTML riconosciuti.

Commenti

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

Si applica a

Vedi anche