Retrieves a key-value collection that can be used to build up and share data between an IHttpModule and an IHttpHandler during a request.
[Visual Basic] Public ReadOnly Property Items As IDictionary [C#] public IDictionary Items {get;} [C++] public: __property IDictionary* get_Items(); [JScript] public function get Items() : IDictionary;
A reference to a key-value collection table.
HttpContext Class | HttpContext Members | System.Web Namespace