DefaultControllerFactory.ControllerActivator Property
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.
The IControllerActivator used to create a controller.
protected:
property Microsoft::AspNetCore::Mvc::Controllers::IControllerActivator ^ ControllerActivator { Microsoft::AspNetCore::Mvc::Controllers::IControllerActivator ^ get(); };
protected Microsoft.AspNetCore.Mvc.Controllers.IControllerActivator ControllerActivator { get; }
member this.ControllerActivator : Microsoft.AspNetCore.Mvc.Controllers.IControllerActivator
Protected ReadOnly Property ControllerActivator As IControllerActivator