HttpApplication.Application Property

Definition

Gets the current state of an application.

C#
[System.ComponentModel.Browsable(false)]
public System.Web.HttpApplicationState Application { get; }

Property Value

The HttpApplicationState for the current request.

Attributes

Remarks

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.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1