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)

Syntax

public interface IHttpControllerTypeResolver
public interface class IHttpControllerTypeResolver
type IHttpControllerTypeResolver = interface end
Public Interface IHttpControllerTypeResolver

Methods

Name Description
System_CAPS_pubmethod GetControllerTypes(IAssembliesResolver)

Returns a list of controllers available for the application.

See Also

System.Web.Http.Dispatcher Namespace

Return to top