Implement this interface to define an initializer that will get automatically
instantiated and run by the bootstrapper at startup.
- Namespace
- Statiq
.Common - Interfaces
- Implementing Types
Syntax
public interface IBootstrapperInitializer : IConfigurator<IBootstrapper>
Remarks
In order for the bootstrapper to find the initializer, the class must be
public
.