NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpContext.Items

Retrieves a key-value collection that can be used to build up and share data between an IHttpModule and an IHttpHandler during a 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

A reference to a key-value collection table.

See Also

HttpContext Class | HttpContext Members | System.Web Namespace