Поделиться через


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)

Syntax

'Declaration
Public Overrides Function FindAction ( _
    controllerContext As ControllerContext, _
    actionName As String _
) As ActionDescriptor
public override ActionDescriptor FindAction(
    ControllerContext controllerContext,
    string actionName
)
public:
virtual ActionDescriptor^ FindAction(
    ControllerContext^ controllerContext, 
    String^ actionName
) override

Parameters

Return Value

Type: System.Web.Mvc.ActionDescriptor
The information about the action method.

See Also

Reference

ReflectedAsyncControllerDescriptor Class

System.Web.Mvc.Async Namespace