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使用该方法将识别的属性添加到已识别的属性集合。

适用于

另请参阅