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