XhtmlTextWriter.SuppressCommonAttributes Właściwość

Definicja

Hashtable Pobiera obiekt elementów, dla których CommonAttributes atrybuty są pomijane.

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

Wartość właściwości

Hashtable

Element Hashtable zawierający kolekcję CommonAttributes elementów, które nie są renderowane.

Uwagi

Pominięta kolekcja atrybutów zawiera listę elementów XHTML, dla których CommonAttributes atrybuty nie są renderowane.

Po utworzeniu XhtmlTextWriter nowego wystąpienia klasy obiekt elementów, dla których CommonAttributes atrybuty są pomijane, Hashtable obejmuje:

  • base

  • meta

  • br

  • head

  • title

  • html

  • style

Dotyczy

Zobacz też