ActionSelector Delegate
In this article
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
Return Value
Applies to
Product | Versions |
---|---|
ASP.NET MVC | 5.2 |