1 out of 6 rated this helpful - Rate this topic

Controller.RedirectToAction Method (String)

Redirects to the specified action using the action name.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
protected internal RedirectToRouteResult RedirectToAction(
	string actionName
)

Parameters

actionName
Type: System.String

The name of the action.

Return Value

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