0 out of 10 rated this helpful - Rate this topic

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)
protected internal RedirectToRouteResult RedirectToAction(
	string actionName,
	Object routeValues
)

Parameters

actionName
Type: System.String

The name of the action.

routeValues
Type: System.Object

The parameters for a route.

Return Value

Type: System.Web.Mvc.RedirectToRouteResult
The redirect result object.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.