1 implementation of IControllerActivatorProvider
Microsoft.AspNetCore.Mvc.Core (1)
Controllers\ControllerActivatorProvider.cs (1)
13
public class ControllerActivatorProvider :
IControllerActivatorProvider
4 references to IControllerActivatorProvider
Microsoft.AspNetCore.Mvc.Core (3)
Controllers\ControllerFactoryProvider.cs (2)
11
private readonly
IControllerActivatorProvider
_activatorProvider;
18
IControllerActivatorProvider
activatorProvider,
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
179
services.TryAddSingleton<
IControllerActivatorProvider
, ControllerActivatorProvider>();
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewDataDictionaryControllerPropertyActivator.cs (1)
12
/// Represents a <see cref="
IControllerActivatorProvider
"/> for a view data dictionary controller.