ExpandKeyValuePair(KeyValuePair<string, object>, IMetadata) Method
This resolves the value by recursively expanding IMetadataValue.
Namespace
Statiq.Common
Containing Type
TypeHelper

Syntax

public static KeyValuePair<string, object> ExpandKeyValuePair(in KeyValuePair<string, object> item, IMetadata metadata)

Parameters

Name Type Description
item KeyValuePair<string, object> The metadata key and value being expanded.
metadata IMetadata The current metadata instance.

Return Value

Type Description
KeyValuePair<string, object> The expanded metadata key and value.