ChtmlTextWriter.RecognizedAttributes Eigenschaft

Definition

Ruft ein Hashtable-Objekt von erkannten Attributen ab, die auf cHTML-Elementen gerendert werden können.

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

Eigenschaftswert

Hashtable

Eine Hashtable mit erkannten cHTML-Attributen.

Hinweise

Verwenden Sie die AddRecognizedAttribute Methode, um der erkannten Attributsammlung erkannte Attribute hinzuzufügen.

Gilt für

Siehe auch