HttpResponseBase.Redirect Method (String, Boolean)
.NET Framework (current version)
Redirects a request to the specified URL and specifies whether execution of the current process should terminate.
Assembly: System.Web (in System.Web.dll)
Parameters
- url
-
Type:
System.String
The target location.
- endResponse
-
Type:
System.Boolean
true to terminate the current process.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: