Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ServiceConfigurationEventArgs

Event argument used in event ConfigurationComplete.

Inheritance
System.Object
ServiceConfigurationEventArgs
Namespace: EPiServer.ServiceLocation
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
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

Extension Methods