ChtmlTextWriter.SuppressedAttributes 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
cHTML 요소에서 렌더링되지 않은 사용자 지정 억제된 특성의 Hashtable 개체를 가져옵니다.
protected:
property System::Collections::Hashtable ^ SuppressedAttributes { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable SuppressedAttributes { get; }
member this.SuppressedAttributes : System.Collections.Hashtable
Protected ReadOnly Property SuppressedAttributes As Hashtable
속성 값
억제된 cHTML 특성의 Hashtable입니다.
설명
이 메서드를 RemoveRecognizedAttribute 사용하여 억제된 특성 컬렉션에 특성을 추가합니다.
다음 목록에서는 클래스의 새 인스턴스 ChtmlTextWriter 를 만들 때 요소에 대해 div
설정된 기본 비표시된 특성을 보여줍니다.
accesskey |
gridlines |
cellspacing |
rules |
cellpadding |
다음 목록에서는 클래스의 새 인스턴스 ChtmlTextWriter 를 만들 때 요소에 대해 span
설정된 기본 비표시된 특성을 보여줍니다.
cellspacing |
gridlines |
cellpadding |
rules |