Information
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.

Namespace:   System.Web.Http.Dispatcher
Assembly:  System.Web.Http (in System.Web.Http.dll)

public interface class IHttpControllerSelector

NameDescription
System_CAPS_pubmethodGetControllerMapping()

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.

System_CAPS_pubmethodSelectController(HttpRequestMessage^)

Selects a HttpControllerDescriptor for the given HttpRequestMessage.

Return to top
Show: