This documentation is archived and is not being maintained.
HttpContext.Items Property
.NET Framework 1.1
Gets a key-value collection that can be used to organize and share data between an IHttpModule and an IHttpHandler during an HTTP 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;
Property Value
An IDictionary key-value collection that provides access to an individual value in the collection by a specified key.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpContext Class | HttpContext Members | System.Web Namespace
Show: