The properties of System.Web.UI.StateBag are listed below. For a list of all members, see the StateBag Members list.
See Also: Inherited members from System.Object
[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. |