Expand Minimize
This topic has not yet been rated - Rate this topic

ActionSelector Delegate

Represents a delegate that contains the logic for selecting an action method.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
JScript does not support delegates.

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext
The current HTTP request context.

Return Value

Type: System.Boolean
true if an action method was successfully selected; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.