ControllerActionInvoker.FindAction Method (ControllerContext, ControllerDescriptor, String)
Finds the information about the action method.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- controllerContext
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
- controllerDescriptor
-
Type:
System.Web.Mvc.ControllerDescriptor
The controller descriptor.
- actionName
-
Type:
System.String
The name of the action.
Show: