This documentation is archived and is not being maintained.
PersistenceModeAttribute Fields
Visual Studio 2010
The PersistenceModeAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Attribute | Specifies that the property or event persists in the opening tag of the server control as an attribute. This field is read-only. |
|
Default | Specifies the default type for the PersistenceModeAttribute class. The default is PersistenceMode.Attribute. This field is read-only. |
|
EncodedInnerDefaultProperty | 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. |
|
InnerDefaultProperty | Specifies that a property persists as the only inner content of the ASP.NET server control. This field is read-only. |
|
InnerProperty | Specifies that the property persists as a nested tag within the opening and closing tags of the server control. This field is read-only. |
Show: