The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpApplication.Application Property
.NET Framework (current version)
Gets the current state of an application.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.HttpApplicationStateThe HttpApplicationState for the current request.
The current state of an application consists of a key/value dictionary of application-wide objects that you can use to store both .NET Framework objects and scalar values that are related to multiple Web requests from multiple clients.
.NET Framework
Available since 1.1
Available since 1.1
Show: