System.Web.UI Namespace Page Class
Returns the Application object for the current Web request.
Script |
[ HttpApplicationState variable = ] Page.Application |
The property is read only with no default value.
This property provides information about the current request's application state.
An Application object is maintained for each ASP.NET application running on a Web server. Variables stored in the Application object are not discarded when users move from page to page in the application; instead, these variables persist as long as the application is running.
For more information, see ASP.NET Applications.
Page Members HttpApplicationState