Controller.RedirectToAction Method (String, String)
Visual Studio 2010
Redirects to the specified action using the action name and controller name.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected internal RedirectToRouteResult RedirectToAction( string actionName, string controllerName )
Parameters
- actionName
- Type: System.String
The name of the action.
- controllerName
- Type: System.String
The name of the controller
Community Additions
ADD
Show: