HttpContextWrapper::Application Property
.NET Framework (current version)
Gets the HttpApplicationState object for the current HTTP request.
Assembly: System.Web (in System.Web.dll)
public: property HttpApplicationStateBase^ Application { virtual HttpApplicationStateBase^ get() override; }
Property Value
Type: System.Web::HttpApplicationStateBase^The state object for the current HTTP request.
.NET Framework
Available since 3.5
Available since 3.5
Show: