HttpResponseBase.RedirectToRoute Method (String)
.NET Framework (current version)
Redirects the request to a new URL by using a route name.
Assembly: System.Web (in System.Web.dll)
abstract RedirectToRoute : routeName:string -> unit override RedirectToRoute : routeName:string -> unit
Parameters
- routeName
-
Type:
System.String
The name of the route.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
For information about this member, see HttpResponse.RedirectToRoute(String).
.NET Framework
Available since 4.0
Available since 4.0
Show: