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