Keys Property
Namespace
Statiq.Common
Containing Type
Document<TDocument>
Implements
  • IReadOnlyDictionary<string, object>.Keys
Property Type
IEnumerable<string>

Syntax

[PropertyMetadata(null)]
public IEnumerable<string> Keys { get; }

Attributes

Type Description
PropertyMetadataAttribute Indicates that a document property should have a different metadata name than the property name.

Value

Type Description
IEnumerable<string>