Overload List
Name | Description | |
---|---|---|
![]() ![]() | UseMiddlewareTMiddleware(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.
|
![]() ![]() | UseMiddleware(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.
|
See Also