MetadataItem(string, object) Constructor
Creates a new metadata item with the specified key and value.
Namespace
Statiq.Common
Containing Type
MetadataItem

Syntax

public MetadataItem(string key, object value)

Parameters

Name Type Description
key string The key.
value object The value.