System.Web.UI.PersistenceModeAttribute: Field Members

The fields of System.Web.UI.PersistenceModeAttribute are listed below. For a list of all members, see the PersistenceModeAttribute Members list.

See Also: Inherited members from System.Attribute

Public Fields

static readonly
AttributePersistenceModeAttribute.

Specifies that the property or event persists in the opening tag of the server control as an attribute. This field is read-only.

static readonly
DefaultPersistenceModeAttribute.

Specifies the default type for the System.Web.UI.PersistenceModeAttribute class. The default is PersistenceMode.Attribute. This field is read-only.

static readonly
EncodedInnerDefaultPropertyPersistenceModeAttribute.

Specifies that a property is HTML-encoded and persists as the only inner content of the ASP.NET server control. This field is read-only.

static readonly
InnerDefaultPropertyPersistenceModeAttribute.

Specifies that a property persists as the only inner content of the ASP.NET server control. This field is read-only.

static readonly
InnerPropertyPersistenceModeAttribute.

Specifies that the property persists as a nested tag within the opening and closing tags of the server control. This field is read-only.