Creates a config value from an action that uses a document and the execution context and returns
the default value of TValue.
- Namespace
- Statiq
.Common - Containing Type
- Config
Syntax
public static Config<TValue> FromDocument<TValue>(Action<IDocument, IExecutionContext> action)
Type Parameters
Name | Description |
---|---|
TValue | The type of config value. |
Parameters
Name | Type | Description |
---|---|---|
action | Action |
A delegate action to evaluate. |
Return Value
Type | Description |
---|---|
Config |
A config object. |