IBootstrapperInitializer Interface
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
IBootstrapperInitializer
IConfigurator<IBootstrapper>
RazorInitializer

Syntax

public interface IBootstrapperInitializer : IConfigurator<IBootstrapper>

Remarks

In order for the bootstrapper to find the initializer, the class must be public.

Extension Methods