HttpResponseBase.RedirectToRoutePermanent Method (RouteValueDictionary)
.NET Framework (current version)
Performs a permanent redirection from the requested URL to a new URL by using route parameter values.
Assembly: System.Web (in System.Web.dll)
abstract RedirectToRoutePermanent : routeValues:RouteValueDictionary -> unit override RedirectToRoutePermanent : routeValues:RouteValueDictionary -> unit
Parameters
- routeValues
-
Type:
System.Web.Routing.RouteValueDictionary
The route parameter values.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
For information about this member, see HttpResponse.RedirectToRoutePermanent(RouteValueDictionary).
.NET Framework
Available since 4.0
Available since 4.0
Show: