StateBag Members
.NET Framework 3.0
Manages the view state of ASP.NET server controls, including pages. This class cannot be inherited.
The following tables list the members exposed by the StateBag type.
| Name | Description | |
|---|---|---|
| Count | Gets the number of StateItem objects in the StateBag object. |
| Item | Gets or sets the value of an item stored in the StateBag object. |
| Keys | Gets a collection of keys representing the items in the StateBag object. |
| Values | Gets a collection of the view-state values stored in the StateBag object. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Adds a new StateItem object to the StateBag object. If the item already exists in the StateBag object, this method updates the value of the item. |
| Clear | Removes all items from the current StateBag object. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEnumerator | Returns an enumerator that iterates over all the key/value pairs of the StateItem objects stored in the StateBag object. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| IsItemDirty | Checks a StateItem object stored in the StateBag object to evaluate whether it has been modified since the call to Control.TrackViewState. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Removes the specified key/value pair from the StateBag object. |
| SetDirty | Sets the state of the StateBag object as well as the Dirty property of each of the StateItem objects contained by it. |
| SetItemDirty | Sets the Dirty property for the specified StateItem object in the StateBag object. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
Community Additions
ADD
Show: