SimpleInjectorUseOptionsAspNetCoreExtensions Methods

Simple Injector
Methods

  NameDescription
Public methodStatic memberUseSimpleInjector(IApplicationBuilder, Container)
Finalizes the configuration of Simple Injector on top of IServiceCollection. Will ensure framework components can be injected into Simple Injector-resolved components, unless AutoCrossWireFrameworkComponents is set to false.
Public methodStatic memberUseSimpleInjector(IApplicationBuilder, Container, ActionSimpleInjectorUseOptions)
Finalizes the configuration of Simple Injector on top of IServiceCollection. Will ensure framework components can be injected into Simple Injector-resolved components, unless AutoCrossWireFrameworkComponents is set to false using the setupAction.
Top
See Also

Reference