Controller.RedirectToAction Method (String, String)
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)
'Declaration Protected Friend Function RedirectToAction ( _ actionName As String, _ controllerName As String _ ) As RedirectToRouteResult 'Usage Dim actionName As String Dim controllerName As String Dim returnValue As RedirectToRouteResult returnValue = Me.RedirectToAction(actionName, _ controllerName)
Parameters
- actionName
- Type: System.String
The name of the action.
- controllerName
- Type: System.String
The name of the controller.
Show: