SimpleInjectorAspNetCoreBuilderServices Property

Simple Injector
Gets the IServiceCollection that contains the collection of framework components.

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

public IServiceCollection Services { get; }

Property Value

Type: IServiceCollection
The IServiceCollection instance.
See Also

Reference