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)

public interface class IHttpControllerFactory

The IHttpControllerFactory type exposes the following members.

  NameDescription
Public methodCreateControllerCreates the IHttpController using the specified context and controller name.
Public methodReleaseControllerReleases an IHttpController instance.
Top
Show: