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