Controller::RedirectToRoute Method (String, Object)
Visual Studio 2010
Redirects to the specified route using the route name and route values.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected public: RedirectToRouteResult^ RedirectToRoute( String^ routeName, Object^ routeValues )
Parameters
- routeName
- Type: System::String
The name of the route
- routeValues
- Type: System::Object
The parameters for a route.
Community Additions
ADD
Show: