BootstrapperFactory Class
A factory that creates the Bootstrapper. Access the singleton instance through Factory.
Namespace
Statiq.App
Base Types
  • object
BootstrapperFactory
object

Syntax

public class BootstrapperFactory

Methods

Name Return Value Summary
Create(string[]) Bootstrapper
Creates an empty bootstrapper without any default configuration.

Extension Methods