WebApplication.Redirect Method
| Name | Parameters | Description |
|---|---|---|
| Redirect(String, Boolean, Boolean) static | url, endResponse, useHttpLocationHeader | Redirects a browser to the specified Uniform Resource Locator (URL). |
| Redirect(String, Boolean) static | url, endResponse | Redirects a browser to the specified Uniform Resource Locator (URL). |
| Redirect(String) static | url | Redirects a browser to the specified Uniform Resource Locator (URL). |