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)
public: virtual ActionDescriptor^ FindAction( ControllerContext^ controllerContext, String^ actionName ) override
Parameters
- controllerContext
- Type: System.Web.Mvc::ControllerContext
The controller context.
- actionName
- Type: System::String
The name of the action.
Show: