Compartir a través de


DefaultViewComponentActivator(ITypeActivatorCache) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

typeActivatorCache
Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache

Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache que se usa para crear nuevas instancias de componente de vista.

Se aplica a