Controller::RedirectToAction Method (String, String, Object)
Visual Studio 2010
Redirects to the specified action using the action name, controller name, and route values.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected public: RedirectToRouteResult^ RedirectToAction( String^ actionName, String^ controllerName, Object^ routeValues )
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.
Community Additions
ADD
Show: