Controller::RedirectToAction Method (String, RouteValueDictionary)
Redirects to the specified action using the action name and route dictionary.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected public: RedirectToRouteResult^ RedirectToAction( String^ actionName, RouteValueDictionary^ routeValues )
Parameters
- actionName
- Type: System::String
The name of the action.
- routeValues
- Type: System.Web.Routing::RouteValueDictionary
The parameters for a route.
Show: