ActionSelector Delegate

Definition

Represents a delegate that contains the logic for selecting an action method.

public delegate bool ActionSelector(ControllerContext controllerContext);
type ActionSelector = delegate of ControllerContext -> bool
Public Delegate Function ActionSelector(controllerContext As ControllerContext) As Boolean 

Parameters

controllerContext
ControllerContext

Return Value

Applies to