Controller.RedirectToAction Method (String, RouteValueDictionary)
Visual Studio 2010
Redirects to the specified action using the action name and route dictionary.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Friend Function RedirectToAction ( _ actionName As String, _ routeValues As RouteValueDictionary _ ) As RedirectToRouteResult
Parameters
- actionName
- Type: System.String
The name of the action.
- routeValues
- Type: System.Web.Routing.RouteValueDictionary
The parameters for a route.
Community Additions
ADD
Show: