ReflectedAsyncControllerDescriptor.FindAction Method

Visual Studio 2010

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)

No code example is currently available or this language may not be supported.

Parameters

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

Return Value

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

Community Additions

ADD
Show: