ChtmlTextWriter.GlobalSuppressedAttributes Property

 

Gets a Hashtable object of globally suppressed attributes that cannot be rendered on cHTML elements.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

member GlobalSuppressedAttributes : Hashtable with get

Property Value

Type: System.Collections.Hashtable

A Hashtable of globally suppressed cHTML attributes.

The following list shows the globally suppressed attributes that are set when a new instance of the ChtmlTextWriter class is created.

onclick

onmousemove

ondblclick

onmouseout

onmousedown

onkeypress

onmouseup

onkeydown

onmouseover

onkeyup

.NET Framework
Available since 2.0
Return to top
Show: