IControllerActivator Interface
Provides fine-grained control over how controllers are instantiated using dependency injection.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Interface IControllerActivator
'Usage
Dim instance As IControllerActivator
public interface IControllerActivator
public interface class IControllerActivator
public interface IControllerActivator
The IControllerActivator type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | When implemented in a class, creates a controller. |
Top