Page::Request Property
.NET Framework (current version)
Gets the HttpRequest object for the requested page.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| HttpException | Occurs when the HttpRequest object is not available. |
The HttpRequest object contains information about the current HTTP request.
The following example demonstrates how to obtain the Headers collection from the HttpRequest object and write it to an ASP.NET page.
.NET Framework
Available since 1.1
Available since 1.1
Show: