ChtmlTextWriter.SuppressedAttributes Egenskap

Definition

Hämtar ett Hashtable objekt med användardefinierade undertryckta attribut som inte återges på cHTML-element.

protected:
 property System::Collections::Hashtable ^ SuppressedAttributes { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable SuppressedAttributes { get; }
member this.SuppressedAttributes : System.Collections.Hashtable
Protected ReadOnly Property SuppressedAttributes As Hashtable

Egenskapsvärde

En Hashtable av undertryckta cHTML-attribut.

Kommentarer

RemoveRecognizedAttribute Använd metoden för att lägga till attribut i samlingen övertryckta attribut.

I följande lista visas de standarduttryckta attribut som anges för ett div element när en ny instans av ChtmlTextWriter klassen skapas.

  • accesskey
  • gridlines
  • cellspacing
  • rules
  • cellpadding

I följande lista visas de standarduttryckta attribut som anges för ett span element när en ny instans av ChtmlTextWriter klassen skapas.

  • cellspacing
  • gridlines
  • cellpadding
  • rules

Gäller för

Se även