ActionSelector Delegate
Represents a delegate that contains the logic for selecting an action method.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Public Delegate Function ActionSelector ( controllerContext As ControllerContext ) As Boolean
Return Value
Type: System.Boolean
Show: