ChtmlTextWriter.RecognizedAttributes Właściwość

Definicja

Hashtable Pobiera obiekt rozpoznanych atrybutów, które mogą być renderowane na elementach 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

Wartość właściwości

Hashtable

A Hashtable z rozpoznanych atrybutów cHTML.

Uwagi

AddRecognizedAttribute Użyj metody , aby dodać rozpoznane atrybuty do kolekcji rozpoznanych atrybutów.

Dotyczy

Zobacz też