XhtmlTextWriter.SuppressCommonAttributes 属性

定义

获取由取消了 CommonAttributes 特性的元素组成的 Hashtable 对象。

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

适用于

另请参阅