This topic has not yet been rated - Rate this topic

IHttpActionSelector Interface

Contains the logic for selecting an action method.

Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
type IHttpActionSelector =  interface end

The IHttpActionSelector type exposes the following members.

  NameDescription
Public methodGetActionMappingReturns a map, keyed by action string, of all HttpActionDescriptor that the selector can select. This is primarily called by IApiExplorer to discover all the possible actions in the controller.
Public methodSelectActionSelects the action for the controller.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.