asp.net.ph

HttpContext.Items Property

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;

Property Value

An IDictionary key-value collection that provides access to an individual value in the collection by a specified key.

See Also

HttpContext Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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