- Namespace:
- Microsoft.Extensions.DependencyInjection
- Assembly:
- Redakt.ContentManagement.dll
Implementations of this class get called on application startup if enabled by the autoRegisterDefaultModules
parameter on the AddRedakt call, allowing for automatic service registration.
public interface IAutoServiceRegistrator
Methods
ConfigureServices(IRedaktBuilder) |
This method gets called on application startup if enabled by the autoRegisterDefaultModules parameter on the AddRedakt call, allowing for automatic service registration.
|
Implemented by