ControllerActionInvoker.FindAction Method

Finds the information about the action method.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Protected Overridable Function FindAction ( _
    controllerContext As ControllerContext, _
    controllerDescriptor As ControllerDescriptor, _
    actionName As String _
) As ActionDescriptor
protected virtual ActionDescriptor FindAction(
    ControllerContext controllerContext,
    ControllerDescriptor controllerDescriptor,
    string actionName
)
protected:
virtual ActionDescriptor^ FindAction(
    ControllerContext^ controllerContext, 
    ControllerDescriptor^ controllerDescriptor, 
    String^ actionName
)

Parameters

Return Value

Type: System.Web.Mvc.ActionDescriptor
Information about the action method.

See Also

Reference

ControllerActionInvoker Class

System.Web.Mvc Namespace