HttpContext.Items Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.IDictionaryAn IDictionary key/value collection that provides access to an individual value in the collection by a specified key.
.NET Framework
Available since 1.1
Available since 1.1
Show: