HttpServerUtility::TransferRequest Method (String^, Boolean)
Performs an asynchronous execution of the specified URL and preserves query string parameters.
Assembly: System.Web (in System.Web.dll)
Parameters
- path
-
Type:
System::String^
The URL path of the new page on the server to execute.
- preserveForm
-
Type:
System::Boolean
true to preserve the Form collection; false to clear the Form collection.
| Exception | Condition |
|---|---|
| PlatformNotSupportedException | The request requires the integrated pipeline mode of IIS 7.0. |
| HttpException | The server is not available to handle the request. |
| ArgumentNullException | The path parameter is null. |
| ArgumentException | The path parameter is invalid. |
This overload calls the TransferRequest overload with the preserveForm parameter set to the value passed in, the method parameter set to null, the headers parameter set to null, and the preserveUser parameter set to true. For more information, see the "Remarks" section in TransferRequest(String^, Boolean, String^, NameValueCollection^).
TransferRequest is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
Available since 2.0