ControllerActionInvoker.FindAction Method

Visual Studio 2010

Finds the information about the action method.

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

protected virtual ActionDescriptor FindAction(
	ControllerContext controllerContext,
	ControllerDescriptor controllerDescriptor,
	string actionName
)

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
controllerDescriptor
Type: System.Web.Mvc.ControllerDescriptor
The controller descriptor.
actionName
Type: System.String
The name of the action.

Return Value

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

Community Additions

ADD
Show: