HttpApplicationState.Item Property
.NET Framework (current version)
Gets access to an object in an HttpApplicationState collection. This property is overloaded to allow access to an object by name or numerical index.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Item(Int32) | Gets a single HttpApplicationState object by index. |
![]() | Item(String) | Gets the value of a single HttpApplicationState object by name. |
Show:
