다음을 통해 공유


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

적용 대상

추가 정보