Compartilhar via


DefaultViewComponentFactory(IViewComponentActivator) Construtor

Definição

Cria uma nova instância 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)

Parâmetros

activator
IViewComponentActivator

O IViewComponentActivator usado para criar novas instâncias de componente de exibição.

Aplica-se a