Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpContext::Items Property

 

Gets a key/value collection that can be used to organize and share data between an IHttpModule interface and an IHttpHandler interface during an HTTP request.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property IDictionary^ Items {
	IDictionary^ get();
}

Property Value

Type: System.Collections::IDictionary^

An IDictionary key/value collection that provides access to an individual value in the collection by a specified key.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft