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.

IHttpControllerTypeResolver Interface

 

Provides an abstraction for managing the controller types of an application. A different implementation can be registered via the DependencyResolver.

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

public interface class IHttpControllerTypeResolver

NameDescription
System_CAPS_pubmethodGetControllerTypes(IAssembliesResolver^)

Returns a list of controllers available for the application.

Return to top
Show: