This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Page Properties
The properties of the Page class are listed below. For a complete list of Page class members, see the Page Members topic.
Public:
Application |
Gets the Application object provided by the HTTP Runtime. |
Cache |
[To be supplied.] |
ClientID (inherited from Control) |
[To be supplied.] |
ClientTarget |
[To be supplied.] |
Controls (inherited from Control) |
[To be supplied.] |
DataBindings (inherited from Control) |
[To be supplied.] |
ErrorPage |
Gets or sets the error page to which the requesting browser should be redirected in the event of an unhandled page exception. |
ID (inherited from Control) |
[To be supplied.] |
IsPostBack |
Gets a value indicating whether the page is being loaded in response to a client postback, or if it is being loaded and accessed for the first time. |
IsUplevel |
[To be supplied.] |
IsValid |
Gets a value indicating whether page validation succeeded or failed. |
MaintainState (inherited from Control) |
[To be supplied.] |
NamingContainer (inherited from Control) |
[To be supplied.] |
Page (inherited from Control) |
[To be supplied.] |
Parent (inherited from Control) |
[To be supplied.] |
Request |
Gets the Request object provided by the HTTP Runtime, which allows developers to access data from incoming HTTP requests. |
Response |
Gets the Response object provided by the HTTP Runtime, which allows developers to send HTTP response data to a client browser. |
Server |
Gets the ASP-compatible Server object. |
Session |
Gets the Session object provided by the HTTP Runtime. |
Site (inherited from Control) |
[To be supplied.] |
Trace |
[To be supplied.] |
UniqueID (inherited from Control) |
[To be supplied.] |
User |
[To be supplied.] |
Validators |
Gets a collection of all validators on the page. |
Visible (inherited from Control) |
[To be supplied.] |
Protected:
See Also
Page Class | System.Web.UI Namespace