RedirectToRouteResult Constructor (RouteValueDictionary)

Initializes a new instance of the RedirectToRouteResult class by using the specified route values.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
RedirectToRouteResult(
	RouteValueDictionary^ routeValues
)

Parameters

routeValues
Type: System.Web.Routing::RouteValueDictionary

The route values.

Show: