Sdílet prostřednictvím


XhtmlTextWriter.SuppressCommonAttributes Vlastnost

Definice

Hashtable Získá objekt prvků, pro které CommonAttributes atributy jsou potlačovány.

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

Hodnota vlastnosti

Hashtable

A Hashtable elementů obsahujících kolekci CommonAttributes , které nejsou vykresleny.

Poznámky

Potlačená kolekce atributů obsahuje seznam elementů XHTML, pro které CommonAttributes nejsou vykresleny atributy.

Při vytvoření nové instance XhtmlTextWriter třídy zahrnuje objekt prvků, Hashtable pro které CommonAttributes jsou potlačeny atributy:

  • base

  • meta

  • br

  • head

  • title

  • html

  • style

Platí pro

Viz také