Compartilhar via


DefaultViewComponentActivator(ITypeActivatorCache) Construtor

Definição

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

Parâmetros

typeActivatorCache
Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache

O Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache usado para criar novas instâncias de componente de exibição.

Aplica-se a