Gets a collection of the view-state values stored in the System.Web.UI.StateBag object.
a ICollection
This is a collection that contains the values for all the System.Web.UI.StateItem objects in the specified page or control. You can iterate through these values by using the StateBag.GetEnumerator method.