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
graph BT Type-.->Interface0["IConfigurator<IBootstrapper>"] Type["IBootstrapperInitializer"] class Type type-node Implementing0["RazorInitializer"]-.->Type click Implementing0 "/api/Statiq.Razor/RazorInitializer"

Syntax

public interface IBootstrapperInitializer : IConfigurator<IBootstrapper>

Remarks

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

Extension Methods