ChtmlTextWriter.RecognizedAttributes Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
Classe Hashtable di attributi cHTML riconosciuti.
Commenti
Utilizzare il AddRecognizedAttribute metodo per aggiungere attributi riconosciuti alla raccolta di attributi riconosciuti.