IHttpControllerFactory Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the methods that are required for an IHttpController factory.
Namespace: System.Web.Http.Dispatcher
Assembly: System.Web.Http (in System.Web.Http.dll)
The IHttpControllerFactory type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateController | Creates the IHttpController using the specified context and controller name. |
![]() | ReleaseController | Releases an IHttpController instance. |
Show:
