Extension methods for SimpleInjectorAspNetCoreBuilder that allow integrating
Simple Injector with ASP.NET Core MVC controllers.
Inheritance Hierarchy
SimpleInjectorSimpleInjectorAspNetCoreBuilderMvcCoreExtensions
Namespace: SimpleInjector
Assembly: SimpleInjector.Integration.AspNetCore.Mvc.Core (in SimpleInjector.Integration.AspNetCore.Mvc.Core.dll) Version: 5.0.0
Syntax
The SimpleInjectorAspNetCoreBuilderMvcCoreExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AddControllerActivation |
Registers all application's controllers in Simple Injector and instructs ASP.NET Core to let
Simple Injector create those controllers.
|
See Also