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 | |
---|---|---|
CreateController | Creates the specified controller by using the specified request context. | |
ReleaseController | Releases the specified controller. |
Top