Class ServiceConfigurationEventArgs
Event argument used in event Configuration
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 Service
Declaration
public ServiceConfigurationEventArgs(IServiceCollection services)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
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. |