ChtmlTextWriter.GlobalSuppressedAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Hashtable object of globally suppressed attributes that cannot be rendered on cHTML elements.
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
Property Value
A Hashtable of globally suppressed cHTML attributes.
Remarks
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 |
Applies to
See also
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.