Page::Application Property
.NET Framework (current version)
Gets the HttpApplicationState object for the current Web request.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property HttpApplicationState^ Application { HttpApplicationState^ get(); }
Property Value
Type: System.Web::HttpApplicationState^The current data in the HttpApplicationState class.
.NET Framework
Available since 1.1
Available since 1.1
Show: