ControllerActivatorProvider(IControllerActivator) Constructor
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.
Initializes a new instance of ControllerActivatorProvider.
public:
ControllerActivatorProvider(Microsoft::AspNetCore::Mvc::Controllers::IControllerActivator ^ controllerActivator);
public ControllerActivatorProvider (Microsoft.AspNetCore.Mvc.Controllers.IControllerActivator controllerActivator);
new Microsoft.AspNetCore.Mvc.Controllers.ControllerActivatorProvider : Microsoft.AspNetCore.Mvc.Controllers.IControllerActivator -> Microsoft.AspNetCore.Mvc.Controllers.ControllerActivatorProvider
Public Sub New (controllerActivator As IControllerActivator)
Parameters
- controllerActivator
- IControllerActivator
A IControllerActivator which is delegated to when not the default implementation.