System.Web.UI.Page.Items Property

Gets a list of objects stored in the page context.

Syntax

public IDictionary Items { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0