次の方法で共有


ChtmlTextWriter.RecognizedAttributes プロパティ

定義

cHTML 要素に出力できる認識済み属性の Hashtable オブジェクトを取得します。

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

プロパティ値

Hashtable

認識済み cHTML 属性の Hashtable

注釈

このメソッドを AddRecognizedAttribute 使用して、認識された属性を認識された属性コレクションに追加します。

適用対象

こちらもご覧ください