ReflectedAsyncControllerDescriptor.FindAction Method

Definition

Finds an action method by using the specified name and controller context.

public override System.Web.Mvc.ActionDescriptor FindAction (System.Web.Mvc.ControllerContext controllerContext, string actionName);
override this.FindAction : System.Web.Mvc.ControllerContext * string -> System.Web.Mvc.ActionDescriptor
Public Overrides Function FindAction (controllerContext As ControllerContext, actionName As String) As ActionDescriptor

Parameters

controllerContext
ControllerContext

The controller context.

actionName
String

The name of the action.

Returns

The information about the action method.

Applies to