PersistenceModeAttribute Fields
.NET Framework (current version)
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
| 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:

