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)
'Declaration Public MustOverride Function FindAction ( _ controllerContext As ControllerContext, _ actionName As String _ ) As ActionDescriptor 'Usage Dim instance As ControllerDescriptor Dim controllerContext As ControllerContext Dim actionName As String Dim returnValue As ActionDescriptor returnValue = instance.FindAction(controllerContext, _ actionName)
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- actionName
- Type: System.String
The name of the action.
Show: