Share via


XhtmlTextWriter.CommonAttributes 속성

정의

Hashtable 개체에 대한 공통 태그 특성이 포함된 XhtmlTextWriter 개체를 가져옵니다.

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

속성 값

Hashtable

공통 특성이 포함된 Hashtable 개체입니다.

설명

컬렉션에는 CommonAttributes XHTML 요소에서 허용되고 속성에 표시되지 않는 특성이 SuppressCommonAttributes 포함되어 있습니다. 일반적인 특성에 대한 자세한 내용은 W3C(World Wide Web 컨소시엄) 웹 사이트를 참조하세요.

클래스의 새 인스턴스가 XhtmlTextWriter 만들어지면 초기화되는 일반적인 특성은 다음과 같습니다.

  • class

  • id

  • title

  • xml:lang

적용 대상

추가 정보