Freigeben über


DefaultViewComponentActivator(ITypeActivatorCache) Konstruktor

Definition

Initialisiert eine neue Instanz der DefaultViewComponentActivator-Klasse.

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)

Parameter

typeActivatorCache
Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache

Die , die Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache zum Erstellen neuer Ansichtskomponenteninstanzen verwendet wird.

Gilt für: