IControllerActivator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides fine-grained control over how controllers are instantiated using dependency injection.
public interface IControllerActivator
type IControllerActivator = interface
Public Interface IControllerActivator
Methods
Create(RequestContext, Type) |
When implemented in a class, creates a controller. |