HttpContextBase::Items Property
.NET Framework (current version)
When overridden in a derived class, gets a key/value collection that can be used to organize and share data between a module and a handler during an HTTP request.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections::IDictionary^A key/value collection that provides access to an individual value in the collection by using a specified key.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: