Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

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).