Controller.RedirectToAction Method (String, String, Object)
Redirects to the specified action using the action name, controller name, and route values.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
member RedirectToAction : actionName:string * controllerName:string * routeValues:Object -> RedirectToRouteResult
Parameters
- actionName
- Type: System.String
The name of the action.
- controllerName
- Type: System.String
The name of the controller
- routeValues
- Type: System.Object
The parameters for a route.
Show: