Gets an enumerable that enumerates raw key-value pairs
(I.e., the values have not been expanded similar to
TryGetRaw(string, object)
).
- Namespace
- Statiq
.Common - Containing Type
- I
Metadata Get Extensions
Syntax
public static IEnumerable<KeyValuePair<string, object>> GetRawEnumerable(this IMetadata metadata)
Parameters
Name | Type | Description |
---|---|---|
metadata | IMetadata | The metadata instance. |
Return Value
Type | Description |
---|---|
IEnumerable |
An enumerable over raw key-value pairs. |