Creates a bootstrapper with all functionality for Statiq Web.
- Namespace
- Statiq
.Web - Containing Type
- Bootstrapper
Factory Extensions
Syntax
public static Bootstrapper CreateWeb(this BootstrapperFactory factory, string[] args)
Parameters
| Name | Type | Description |
|---|---|---|
| factory | BootstrapperFactory | The bootstrapper factory. |
| args | string[] | The command line arguments. |
Return Value
| Type | Description |
|---|---|
| Bootstrapper | A bootstrapper. |