A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IRegisteredService

Extends IServiceConfigurationProvider with possibility to extend latest registration.

Namespace: EPiServer.ServiceLocation
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public interface IRegisteredService : IServiceConfigurationProvider

Methods

AddServiceAccessor()

Registers a ServiceAccessor<TService> for the service type.

Declaration
IServiceConfigurationProvider AddServiceAccessor()
Returns
Type Description
IServiceConfigurationProvider

The service configuration provider

Extension Methods