Documentation for this section has not yet been entered.
Use the Page.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 Page.Items property are available throughout the lifetime of the page, so you can add objects to the Page.Items property in events early in the page life cycle and access those objects in later events.