SimpleInjectorUseOptionsApplicationServices Property

Simple Injector
Gets the IServiceProvider that provides access to the framework's singleton services.

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

public IServiceProvider ApplicationServices { get; }

Property Value

Type: IServiceProvider
The IServiceProvider instance.
See Also

Reference