Sdílet prostřednictvím


ChtmlTextWriter.RecognizedAttributes Vlastnost

Definice

Hashtable Získá objekt rozpoznaných atributů, které lze vykreslit u elementů 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

Hodnota vlastnosti

Hashtable

A Hashtable rozpoznaných atributů cHTML.

Poznámky

AddRecognizedAttribute Pomocí metody přidejte rozpoznané atributy do rozpoznané kolekce atributů.

Platí pro

Viz také