Gets the Application object provided by the HTTP Runtime.
[Visual Basic] Public ReadOnly Property Application As HttpApplicationState [C#] public HttpApplicationState Application {get;} [C++] public: __property HttpApplicationState* get_Application(); [JScript] public function get Application() : HttpApplicationState;
The current data in the HttpApplicationState class.
Page Class | Page Members | System.Web.UI Namespace | HttpApplicationState