Whether or not the metadata contains the specified key.
- Namespace
- Statiq
.Common - Containing Type
- IMetadataDictionary
Syntax
bool ContainsKey(string key)
Parameters
Name | Type | Description |
---|---|---|
key | string | The key. |
Return Value
Type | Description |
---|---|
bool | true if the key is contained in metadata, false otherwise. |