This documentation is archived and is not being maintained.
HttpServerUtility::Transfer Method
Visual Studio 2010
Terminates execution of the current page and starts execution of a new page for the current request.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Transfer(String) | For the current request, terminates execution of the current page and starts execution of a new page by using the specified URL path of the page. |
|
Transfer(IHttpHandler, Boolean) | Terminates execution of the current page and starts execution of a new request by using a custom HTTP handler that implements the IHttpHandler interface and specifies whether to clear the QueryString and Form collections. |
|
Transfer(String, Boolean) | Terminates execution of the current page and starts execution of a new page by using the specified URL path of the page. Specifies whether to clear the QueryString and Form collections. |
Show: