- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Configuration Extensions
Syntax
public static Bootstrapper AddConfigurator<TConfigurable>(this Bootstrapper bootstrapper, IConfigurator<TConfigurable> configurator)
where TConfigurable : IConfigurable
Type Parameters
| Name | Description |
|---|---|
| TConfigurable |
Parameters
| Name | Type | Description |
|---|---|---|
| bootstrapper | Bootstrapper | |
| configurator | IConfigurator |
Return Value
| Type | Description |
|---|---|
| Bootstrapper |