Interface IConfigurableModule
Interface you can implement as part of the EPiServer Framework initialization chain.
ConfigureContainer is called on all IInitializable
Inherited Members
Namespace: EPiServer.ServiceLocation
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public interface IConfigurableModule : IInitializableModule
Methods
ConfigureContainer(ServiceConfigurationContext)
Configure the IoC container before initialization.
Declaration
void ConfigureContainer(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
Service |
context | The context on which the container can be accessed. |