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
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph