SimpleInjectorAspNetCoreIntegrationExtensionsUseSimpleInjectorAspNetRequestScoping Method

Simple Injector
Wraps ASP.NET requests in an AsyncScopedLifestyle.

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

public static void UseSimpleInjectorAspNetRequestScoping(
	this IServiceCollection services,
	Container container
)

Parameters

services
Type: IServiceCollection
The ASP.NET application builder instance that references all framework components.
container
Type: SimpleInjectorContainer
The container.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IServiceCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference