Builder object returned by AddAspNetCore(SimpleInjectorAddOptions)
that allows additional integration options to be applied.
Inheritance Hierarchy
SimpleInjector.Integration.AspNetCoreSimpleInjectorAspNetCoreBuilder
Namespace: SimpleInjector.Integration.AspNetCore
Assembly: SimpleInjector.Integration.AspNetCore (in SimpleInjector.Integration.AspNetCore.dll) Version: 5.0.0
Syntax
The SimpleInjectorAspNetCoreBuilder type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Container |
Gets the Container instance used by the application.
|
![]() | Services |
Gets the IServiceCollection that contains the collection of framework components.
|
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