PersistenceMode Enumeration
.NET Framework 2.0
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| Attribute | Specifies that the property or event persists as an attribute. | |
| EncodedInnerDefaultProperty | Specifies that the property persists as the only inner text of the ASP.NET server control. The property value is HTML encoded. Only a string can be given this designation. | |
| InnerDefaultProperty | Specifies that the property persists in the ASP.NET server control as inner text. Also indicates that this property is defined as the element's default property. Only one property can be designated the default property. | |
| InnerProperty | Specifies that the property persists in the ASP.NET server control as a nested tag. This is commonly used for complex objects, those that have persistable properties of their own. |
Community Additions
ADD
Show: