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)

public interface class IControllerActivator

NameDescription
System_CAPS_pubmethodCreate(RequestContext^, Type^)

When implemented in a class, creates a controller.

Return to top
Show: