Share via


IControllerFactory Interface

Definition

Provides methods for creation and disposal of controllers.

public interface class IControllerFactory
public interface IControllerFactory
type IControllerFactory = interface
Public Interface IControllerFactory
Derived

Methods

CreateController(ControllerContext)

Creates a new controller for the specified context.

ReleaseController(ControllerContext, Object)

Releases a controller instance.

ReleaseControllerAsync(ControllerContext, Object)

Releases a controller instance asynchronously.

Applies to