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 |
Bootstrapper |
Creates an empty bootstrapper without any default configuration.
|