Creates a new metadata item with a specified key-value pair.
- Namespace
- Statiq
.Common - Containing Type
- MetadataItem
Syntax
public MetadataItem(in KeyValuePair<string, object> pair)
Parameters
| Name | Type | Description |
|---|---|---|
| pair | KeyValuePair |
The key-value pair. |