aspxtreme

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



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme