Page.Items Property
Gets a list of objects stored in the page context.
Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.IDictionaryA reference to an IDictionary containing objects stored in the page context.
Use the Items property to store objects with the same lifetime as the page request. This property is read-only; however, you can add objects to the IDictionary object it returns.
Objects added to the Items property are available throughout the lifetime of the page, so you can add objects to the Items property in events early in the page life cycle and access those objects in later events.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.