다음을 통해 공유


XhtmlTextWriter.SuppressCommonAttributes 속성

정의

Hashtable 특성이 억제된 요소의 CommonAttributes 개체를 가져옵니다.

protected:
 property System::Collections::Hashtable ^ SuppressCommonAttributes { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable SuppressCommonAttributes { get; }
member this.SuppressCommonAttributes : System.Collections.Hashtable
Protected ReadOnly Property SuppressCommonAttributes As Hashtable

속성 값

Hashtable

렌더링되지 않는 Hashtable 컬렉션이 포함된 요소의 CommonAttributes입니다.

설명

표시되지 않는 특성 컬렉션에는 특성이 렌더링되지 않는 XHTML 요소 CommonAttributes 목록이 포함됩니다.

클래스의 새 인스턴스가 XhtmlTextWriter 만들어 Hashtable 지면 특성이 표시되지 않는 CommonAttributes 요소의 개체에는 다음이 포함됩니다.

  • base

  • meta

  • br

  • head

  • title

  • html

  • style

적용 대상

추가 정보