XhtmlTextWriter.SuppressCommonAttributes Özellik

Tanım

Hashtable Özniteliklerin gizlendiği CommonAttributes öğelerin nesnesini alır.

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

Özellik Değeri

Hashtable

İşlenmemiş Hashtable bir koleksiyonu CommonAttributes içeren öğelerden biri.

Açıklamalar

Gizlenen öznitelik koleksiyonu, özniteliklerin işlenmediği XHTML öğelerinin CommonAttributes listesini içerir.

Sınıfın XhtmlTextWriter yeni bir örneği oluşturulduğunda, Hashtable özniteliklerin gizlendiği CommonAttributes öğelerin nesnesi şunları içerir:

  • base

  • meta

  • br

  • head

  • title

  • html

  • style

Şunlara uygulanır

Ayrıca bkz.