.NET Framework Class Library
HttpServerUtility..::.Transfer Method
Terminates execution of the current page and starts execution of a new page for the current request.
|
| Name | Description |
|---|
.gif) | 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. |
.gif) | 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. |
.gif) | 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. |
Top
Reference