This resolves the value by recursively expanding
IMetadataValue.
- Namespace
- Statiq
.Common - Containing Type
- TypeHelper
Syntax
public static object ExpandValue(string key, object value, IMetadata metadata)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The metadata key being expanded. |
| value | object | The value to convert. |
| metadata | IMetadata | The current metadata instance. |
Return Value
| Type | Description |
|---|---|
| object | The expanded metadata value. |