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.
IHttpControllerSelector Interface
Defines the methods that are required for an IHttpController factory.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | GetControllerMapping() | Returns a map, keyed by controller string, of all HttpControllerDescriptor that the selector can select. This is primarily called by IApiExplorer to discover all the possible controllers in the system. |
![]() | SelectController(HttpRequestMessage^) | Selects a HttpControllerDescriptor for the given HttpRequestMessage. |
Show:
