HttpContextWrapper::Application Property

 

Gets the HttpApplicationState object for the current HTTP request.

Namespace:   System.Web
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
Return to top
Show: