The members of System.Web.UI.StateBag are listed below.
See Also: Inherited members from System.Object
StateBag() |
Initializes a new instance of the System.Web.UI.StateBag class. This is the default constructor for this class. | |
Initializes a new instance of the System.Web.UI.StateBag class that allows stored state values to be case-insensitive. |
[read-only] | Count | int.
Gets the number of System.Web.UI.StateItem objects in the System.Web.UI.StateBag object. |
default property | Item(string) | object. Documentation for this section has not yet been entered. |
[read-only] | Keys | ICollection.
Gets a collection of keys representing the items in the System.Web.UI.StateBag object. |
[read-only] | Values | ICollection.
Gets a collection of the view-state values stored in the System.Web.UI.StateBag object. |
Add(string, object)
| ||
Clear()
| ||
GetEnumerator()
| ||
IsItemDirty(string)
| ||
Remove(string)
| ||
SetDirty(bool)
| ||
SetItemDirty(string, bool)
|
IDictionary.Add |
For a description of this member, see IDictionary.Add(object, object). | |
IDictionary.Contains |
For a description of this member, see IDictionary.Contains(object). | |
ICollection.CopyTo |
For a description of this member, see ICollection.CopyTo(Array, int). | |
IEnumerable.GetEnumerator |
For a description of this member, see IEnumerable.GetEnumerator. | |
[read-only] | IDictionary.IsFixedSize | bool.
For a description of this member, see IDictionary.IsFixedSize. |
[read-only] | IDictionary.IsReadOnly | bool.
For a description of this member, see IDictionary.IsReadOnly. |
[read-only] | ICollection.IsSynchronized | bool.
For a description of this member, see ICollection.IsSynchronized. |
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
Gets a value indicating whether state changes are being tracked. |
IDictionary.Item | object. Documentation for this section has not yet been entered. | |
System.Web.UI.IStateManager.LoadViewState |
Restores the previously saved view state of the System.Web.UI.StateBag object. | |
IDictionary.Remove |
For a description of this member, see IDictionary.Remove(object). | |
System.Web.UI.IStateManager.SaveViewState |
Saves the changes to the System.Web.UI.StateBag object since the time the page was posted back to the server. | |
[read-only] | ICollection.SyncRoot | object.
For a description of this member, see ICollection.SyncRoot. |
System.Web.UI.IStateManager.TrackViewState |
Causes the System.Web.UI.StateBag object to track changes to its state so that it can be persisted across requests. |