Interface ILayoutServiceConfigurer
Provides the ability to set up services for a layout when listed in a layout configuration.
public interface ILayoutServiceConfigurer
Remarks
These should be registered using a IServiceConfigurer and will be queried when creating a layout scope if the type is listed in the Services section.
Methods
ConfigureServices(ContainerBuilder)
Provides the ability to set up services for a layout when listed in a layout configuration.
void ConfigureServices(ContainerBuilder bldr)
Parameters
bldrContainerBuilder