ActionSelector Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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