ActionSelector Delegate
Visual Studio 2010
Represents a delegate that contains the logic for selecting an action method.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Delegate Function ActionSelector ( _ controllerContext As ControllerContext _ ) As Boolean
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The current HTTP request context.
Return Value
Type: System.Booleantrue if an action method was successfully selected; otherwise, false.
Community Additions
ADD
Show: