Partager via


DefaultViewComponentFactory(IViewComponentActivator) Constructeur

Définition

Crée une instance de 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)

Paramètres

activator
IViewComponentActivator

IViewComponentActivator utilisé pour créer de nouvelles instances de composant d’affichage.

S’applique à