PersistenceModeAttribute Fields

 

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAttribute

Specifies that the property or event persists in the opening tag of the server control as an attribute. This field is read-only.

System_CAPS_pubfieldSystem_CAPS_staticDefault

Specifies the default type for the PersistenceModeAttribute class. The default is PersistenceMode.Attribute. This field is read-only.

System_CAPS_pubfieldSystem_CAPS_staticEncodedInnerDefaultProperty

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.

System_CAPS_pubfieldSystem_CAPS_staticInnerDefaultProperty

Specifies that a property persists as the only inner content of the ASP.NET server control. This field is read-only.

System_CAPS_pubfieldSystem_CAPS_staticInnerProperty

Specifies that the property persists as a nested tag within the opening and closing tags of the server control. This field is read-only.

Return to top
Show: