StateBag::Keys Property
.NET Framework (current version)
Gets a collection of keys representing the items in the StateBag object.
Assembly: System.Web (in System.Web.dll)
Implements
IDictionary::KeysThese keys are the names of the control properties. For example, if you created a BGColor property on a Table control that you customized, a BGColor entry is created in this collection representing that property on your Table control.
These keys correspond to the names of the StateItem objects stored in the StateBag collection for the current page or server control.
You can iterate over this collection using the StateBag::GetEnumerator method.
.NET Framework
Available since 1.1
Available since 1.1
Show: