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
'Declaration
Public Interface IHttpControllerTypeResolver
'Usage
Dim instance As IHttpControllerTypeResolver
public interface IHttpControllerTypeResolver
public interface class IHttpControllerTypeResolver
type IHttpControllerTypeResolver = interface end
public interface IHttpControllerTypeResolver
The IHttpControllerTypeResolver type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetControllerTypes | Returns a list of controllers available for the application. |
Top