HttpServerUtility::Transfer Method
.NET Framework (current version)
Terminates execution of the current page and starts execution of a new page for the current request.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | 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^) | 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(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:
