Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Redirects to the specified action using the action name, controller name, and route values.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Function RedirectToAction ( _
actionName As String, _
controllerName As String, _
routeValues As Object _
) As RedirectToRouteResult
protected internal RedirectToRouteResult RedirectToAction(
string actionName,
string controllerName,
Object routeValues
)
protected public:
RedirectToRouteResult^ RedirectToAction(
String^ actionName,
String^ controllerName,
Object^ routeValues
)
Parameters
- actionName
Type: System.String
The name of the action.
- controllerName
Type: System.String
The name of the controller
- routeValues
Type: System.Object
The parameters for a route.
Return Value
Type: System.Web.Mvc.RedirectToRouteResult
The redirect result object.