HttpServerUtility.Transfer Method
.NET Framework 3.0
Terminates execution of the current page and starts execution of a new page for the current request.
| Name | Description |
|---|---|
| HttpServerUtility.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. |
| HttpServerUtility.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. |
| HttpServerUtility.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. |
Community Additions
ADD
Show: