BootstrapperFactory Class
A factory that creates the Bootstrapper. Access the singleton instance through Factory.
Namespace
Statiq.App
Base Types
  • object
graph BT Type-->Base0["object"] Type["BootstrapperFactory"] class Type type-node

Syntax

public class BootstrapperFactory

Methods

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

Extension Methods