Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Redirects to the specified action using the action name.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Function RedirectToAction ( _
actionName As String _
) As RedirectToRouteResult
protected internal RedirectToRouteResult RedirectToAction(
string actionName
)
protected public:
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.