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) 网站

创建类的新实例 XhtmlTextWriter 时,初始化的常见属性为:

  • class

  • id

  • title

  • xml:lang

适用于

另请参阅