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)
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: