The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IHttpActionSelector Interface
Contains the logic for selecting an action method.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | GetActionMapping(HttpControllerDescriptor^) | Returns 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. |
![]() | SelectAction(HttpControllerContext^) | Selects the action for the controller. |
Show:
