ReflectedAsyncControllerDescriptor.FindAction Method (ControllerContext, String)
Finds an action method by using the specified name and controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public override ActionDescriptor FindAction( ControllerContext controllerContext, string actionName )
Parameters
- controllerContext
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
- actionName
-
Type:
System.String
The name of the action.
Show: