asp.net.ph

Page.Application Property

System.Web.UI Namespace   Page Class


Returns the Application object for the current Web request.

Syntax


Script [ HttpApplicationState variable = ] Page.Application

Property Value


variable Returns the current data in the HttpApplicationState class.

The property is read only with no default value.

Remarks

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.

See Also

Page Members   HttpApplicationState Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note