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