HttpApplication::Application Property
.NET Framework (current version)
Gets the current state of an application.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property HttpApplicationState^ Application { HttpApplicationState^ get(); }
Property Value
Type: System.Web::HttpApplicationState^The 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: