Controller::RedirectToAction Method (String, String)

Visual Studio 2010

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)

protected public:
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

Return Value

Type: System.Web.Mvc::RedirectToRouteResult
The redirect result object.

The following example shows how to redirect to the Index action method in the Home controller.

No code example is currently available or this language may not be supported.

Community Additions

ADD
Show: