ChtmlTextWriter.GlobalSuppressedAttributes 属性

定义

获取已全局取消的特性(无法在 cHTML 元素上呈现)的 Hashtable 对象。

protected:
 property System::Collections::Hashtable ^ GlobalSuppressedAttributes { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable GlobalSuppressedAttributes { get; }
member this.GlobalSuppressedAttributes : System.Collections.Hashtable
Protected ReadOnly Property GlobalSuppressedAttributes As Hashtable

属性值

Hashtable

已全局取消的 cHTML 特性的 Hashtable

注解

以下列表显示创建类的新实例 ChtmlTextWriter 时设置的全局抑制属性。

onclick onmousemove
ondblclick onmouseout
onmousedown onkeypress
onmouseup onkeydown
onmouseover onkeyup

适用于

另请参阅