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