asp.net.ph

Page.Request Property

System.Web.UI Namespace   Page Class


Returns the Request object associated with the page.

Syntax


Script [ HttpRequest variable = ] Page.Request

Property Value


variable Returns the Request object associated with the current page.

The property is read only with no default value.

Exceptions


Exception Type Condition
HttpException Thrown if the Request object is not available.

Remarks

The Request object is used to obtain information about the current HTTP request.

Example

The following example demonstrates how to obtain the Headers collection from the current Request object.

 Show me 

See Also

Page Members   HttpRequest Class 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