Specifies how an ASP.NET server control property or event is persisted declaratively in an .aspx or .ascx file.
Syntax
public enum PersistenceMode
Remarks
Members
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.
|
Requirements
Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0