System.Web Namespace HttpContext Class
Gets a key-value collection that can be used to organize and share data between an IHttpModule and an IHttpHandler during an HTTP request.
[ VB ] Public ReadOnly Property Items As IDictionary [ C# ] public IDictionary Items {get;} [ C++ ] public: __property IDictionary* get_Items ( ); [ JScript ] public function get Items ( ) : IDictionary;
An IDictionary key-value collection that provides access to an individual value in the collection by a specified key.
HttpContext Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note