PersistenceModeAttribute Members
.NET Framework 1.1
PersistenceModeAttribute overview
Public Fields
![]() 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. |
Public Properties
Mode | Gets the current value of the PersistenceMode enumeration. |
TypeId (inherited from Attribute) | When implemented in a derived class, gets a unique identifier for this Attribute. |
Public Methods
Equals | Overridden. See Object.Equals. |
GetHashCode | Overridden. See Attribute.GetHashCode. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsDefaultAttribute | Overridden. See Attribute.IsDefaultAttribute. |
Match (inherited from Attribute) | When overridden in a derived class, returns a value indicating whether this instance equals a specified object. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |

