0 out of 3 rated this helpful - Rate this topic

Controller.RedirectToRoute Method (RouteValueDictionary)

Redirects to the specified route using the route dictionary.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
protected internal RedirectToRouteResult RedirectToRoute(
	RouteValueDictionary routeValues
)

Parameters

routeValues
Type: System.Web.Routing.RouteValueDictionary

The parameters for a route.

Return Value

Type: System.Web.Mvc.RedirectToRouteResult
The redirect-to-route result object.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.