DefaultViewComponentFactory(IViewComponentActivator) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.