The members of System.Web.UI.PersistenceModeAttribute are listed below.
See Also: Inherited members from System.Attribute
Initializes a new instance of the System.Web.UI.PersistenceModeAttribute class. |
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. |
[read-only] | Mode | PersistenceMode.
Gets the current value of the System.Web.UI.PersistenceMode enumeration. |
override | Equals(object)
| |
override | GetHashCode()
| |
override | IsDefaultAttribute()
|