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