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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph