ChtmlTextWriter.RecognizedAttributes Egenskap

Definition

Hämtar ett Hashtable objekt med identifierade attribut som kan återges på cHTML-element.

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

Egenskapsvärde

En Hashtable av identifierade cHTML-attribut.

Kommentarer

AddRecognizedAttribute Använd metoden för att lägga till identifierade attribut i samlingen med identifierade attribut.

Gäller för

Se även