SimpleInjectorUseOptionsAspNetCoreExtensions Class

Simple Injector
Extension methods to finalize Simple Injector integration on top of ASP.NET Core.
Inheritance Hierarchy

SystemObject
  SimpleInjectorSimpleInjectorUseOptionsAspNetCoreExtensions

Namespace:  SimpleInjector
Assembly:  SimpleInjector.Integration.AspNetCore (in SimpleInjector.Integration.AspNetCore.dll) Version: 5.0.0
Syntax

public static class SimpleInjectorUseOptionsAspNetCoreExtensions
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