SimpleInjectorUseOptionsAspNetCoreExtensionsUseMiddleware Method

Simple Injector
Overload List

  NameDescription
Public methodStatic memberUseMiddlewareTMiddleware(SimpleInjectorUseOptions, IApplicationBuilder) Obsolete.
Adds a middleware type to the application's request pipeline. The middleware will be resolved from Simple Injector. The middleware will be added to the container for verification.
Public methodStatic memberUseMiddleware(SimpleInjectorUseOptions, Type, IApplicationBuilder) Obsolete.
Adds a middleware type to the application's request pipeline. The middleware will be resolved from Simple Injector. The middleware will be added to the container for verification.
Top
See Also

Reference