ControllerDescriptor.FindAction Method
Finds an action method by using the specified name and controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public abstract function FindAction( controllerContext : ControllerContext, actionName : String ) : ActionDescriptor
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- actionName
- Type: System.String
The name of the action.
Show: