DefaultViewComponentActivator(ITypeActivatorCache) Constructor

Definition

Initializes a new instance of DefaultViewComponentActivator class.

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)

Parameters

typeActivatorCache
Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache

The Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache used to create new view component instances.

Applies to