HttpContext.Items Property
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
/** @property */ public IDictionary get_Items ()
public function get Items () : IDictionary
Not applicable.
Property Value
An IDictionary key/value collection that provides access to an individual value in the collection by a specified key.Community Additions
ADD
Show: