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)

Syntax

'Declaration
Public Interface IHttpControllerFactory
public interface IHttpControllerFactory
public interface class IHttpControllerFactory
type IHttpControllerFactory =  interface end
public interface IHttpControllerFactory

The IHttpControllerFactory type exposes the following members.

Methods

  Name Description
Public method CreateController Creates the IHttpController using the specified context and controller name.
Public method ReleaseController Releases an IHttpController instance.

Top

See Also

Reference

System.Web.Http.Dispatcher Namespace