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.
Invokes the specified action by using the specified controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Function InvokeAction ( _
controllerContext As ControllerContext, _
actionName As String _
) As Boolean
bool InvokeAction(
ControllerContext controllerContext,
string actionName
)
bool InvokeAction(
ControllerContext^ controllerContext,
String^ actionName
)
Parameters
- controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
- actionName
Type: System.String
The name of the action.
Return Value
Type: System.Boolean
true if the action was found; otherwise, false.