- Namespace
- Statiq
.Common - Containing Type
- Bootstrapper
Settings Extensions
Syntax
public static TBootstrapper AddSettingIfNonExisting<TBootstrapper>(this TBootstrapper bootstrapper, KeyValuePair<string, object> setting)
where TBootstrapper : IBootstrapper
Type Parameters
| Name | Description |
|---|---|
| TBootstrapper |
Parameters
| Name | Type | Description |
|---|---|---|
| bootstrapper | TBootstrapper | |
| setting | KeyValuePair |
Return Value
| Type | Description |
|---|---|
| TBootstrapper |