3 references to DefaultViewComponentActivator
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
DependencyInjection\MvcViewFeaturesMvcCoreBuilderExtensions.cs (1)
173
services.TryAddSingleton<IViewComponentActivator,
DefaultViewComponentActivator
>();
ViewComponents\DefaultViewComponentActivator.cs (2)
13
/// The <see cref="
DefaultViewComponentActivator
"/> can provide the current instance of
22
/// Initializes a new instance of <see cref="
DefaultViewComponentActivator
"/> class.