IControllerFactory Interface

Definition

Defines the methods that are required for a controller factory.

public interface IControllerFactory
type IControllerFactory = interface
Public Interface IControllerFactory
Derived

Methods

CreateController(RequestContext, String)

Creates the specified controller by using the specified request context.

GetControllerSessionBehavior(RequestContext, String)

Gets the controller's session behavior.

ReleaseController(IController)

Releases the specified controller.

Applies to