Creates a config value by getting the metadata value from the execution context of a specified key.
- Namespace
- Statiq
.Common - Containing Type
- Config
Syntax
public static Config<object> FromSetting(string key, object defaultValue = null)
Parameters
Name | Type | Description |
---|---|---|
key | string | The metadata key to get the value from. |
defaultValue | object | The default value to use if the key cannot be found or is null. |
Return Value
Type | Description |
---|---|
Config |
A config object. |