DefaultViewComponentFactory(IViewComponentActivator) 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.
Creates a new instance of DefaultViewComponentFactory
public:
DefaultViewComponentFactory(Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentActivator ^ activator);
public DefaultViewComponentFactory (Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentActivator activator);
new Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentFactory : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentActivator -> Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentFactory
Public Sub New (activator As IViewComponentActivator)
Parameters
- activator
- IViewComponentActivator
The IViewComponentActivator used to create new view component instances.