The SimpleInjectorAspNetCoreBuilder type exposes the following members.
Extension Methods
Name | Description | |
---|---|---|
![]() | AddControllerActivation |
Registers all application's controllers in Simple Injector and instructs ASP.NET Core to let
Simple Injector create those controllers.
(Defined by SimpleInjectorAspNetCoreBuilderMvcCoreExtensions.) |
![]() | AddPageModelActivation |
Registers all application's page models in Simple Injector and instructs ASP.NET Core to let
Simple Injector create those page models.
(Defined by SimpleInjectorAspNetCoreBuilderMvcExtensions.) |
![]() | AddTagHelperActivation |
Registers the application's tag helpers that in Simple Injector and instructs ASP.NET Core to let
Simple Injector create those tag helpers.
(Defined by SimpleInjectorAspNetCoreBuilderMvcExtensions.) |
See Also