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
static readonly | Attribute | PersistenceModeAttribute.
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 | Default | PersistenceModeAttribute.
Specifies the default type for the System.Web.UI.PersistenceModeAttribute class. The default is PersistenceMode.Attribute. This field is read-only. |
static readonly | EncodedInnerDefaultProperty | PersistenceModeAttribute.
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 | InnerDefaultProperty | PersistenceModeAttribute.
Specifies that a property persists as the only inner content of the ASP.NET server control. This field is read-only. |
static readonly | InnerProperty | PersistenceModeAttribute.
Specifies that the property persists as a nested tag within the opening and closing tags of the server control. This field is read-only. |