Controller.RedirectToAction Method (String, String)
Redirects to the specified action using the action name and controller name.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
function RedirectToAction(
actionName : String,
controllerName : String
) : RedirectToRouteResult
Parameters
- actionName
- Type: System.String
The name of the action.
- controllerName
- Type: System.String
The name of the controller
Show: