Implement this interface to define an initializer that will get automatically
instantiated and run by the engine at startup.
- Namespace
- Statiq
.Common - Implementing Types
Syntax
public interface IEngineInitializer
Remarks
In order for the engine to find the initializer, the class must be
public
.
Methods
Name | Return Value | Summary |
---|---|---|
Initialize |
void |