다음을 통해 공유


ChtmlTextWriter.SuppressedAttributes 속성

정의

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

속성 값

Hashtable

억제된 cHTML 특성의 Hashtable입니다.

설명

이 메서드를 RemoveRecognizedAttribute 사용하여 억제된 특성 컬렉션에 특성을 추가합니다.

다음 목록에서는 클래스의 새 인스턴스 ChtmlTextWriter 를 만들 때 요소에 대해 div 설정된 기본 비표시된 특성을 보여줍니다.

accesskey gridlines
cellspacing rules
cellpadding

다음 목록에서는 클래스의 새 인스턴스 ChtmlTextWriter 를 만들 때 요소에 대해 span 설정된 기본 비표시된 특성을 보여줍니다.

cellspacing gridlines
cellpadding rules

적용 대상

추가 정보