IControllerFactory Interface

Defines the methods that are required for a controller factory.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Interface IControllerFactory
public interface IControllerFactory
public interface class IControllerFactory

The IControllerFactory type exposes the following members.

Methods

  Name Description
Public method CreateController Creates the specified controller by using the specified request context.
Public method ReleaseController Releases the specified controller.

Top

See Also

Reference

System.Web.Mvc Namespace

Other Resources

Understanding the MVC Application Execution Process