HttpApplicationState::Contents Property
.NET Framework (current version)
Gets a reference to the HttpApplicationState object.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web::HttpApplicationState^A reference to the HttpApplicationState object.
This property provides compatibility with earlier versions of ASP.
The following example creates a new HttpApplicationState object that is used to access the object names in the application state collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: