StateBag::Values Property
.NET Framework (current version)
Gets a collection of the view-state values stored in the StateBag object.
Assembly: System.Web (in System.Web.dll)
Implements
IDictionary::ValuesThis is a collection that contains the values for all the StateItem objects in the specified page or control. You can iterate through these values by using the StateBag::GetEnumerator method.
.NET Framework
Available since 1.1
Available since 1.1
Show: