Condividi tramite


DefaultViewComponentActivator(ITypeActivatorCache) Costruttore

Definizione

Inizializza una nuova istanza della classe DefaultViewComponentActivator.

public:
 DefaultViewComponentActivator(Microsoft::AspNetCore::Mvc::Internal::ITypeActivatorCache ^ typeActivatorCache);
public DefaultViewComponentActivator (Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache typeActivatorCache);
new Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentActivator : Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache -> Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentActivator
Public Sub New (typeActivatorCache As ITypeActivatorCache)

Parametri

typeActivatorCache
Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache

Oggetto Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache utilizzato per creare nuove istanze del componente di visualizzazione.

Si applica a