Class ServiceConfigurationEventArgs
Event argument used in event ConfigurationComplete.
Inheritance
System.Object
ServiceConfigurationEventArgs
Namespace: EPiServer.ServiceLocation
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public class ServiceConfigurationEventArgs : EventArgs
Constructors
ServiceConfigurationEventArgs(IServiceCollection)
Creates a new instance of ServiceConfigurationEventArgs.
Declaration
public ServiceConfigurationEventArgs(IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection | services | The service collection. |
Properties
Services
Provider for the registered inversion of control container. Use this property to configure services into the container.
Declaration
public IServiceCollection Services { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection |