MarkdownFileTopic.FrontMatter Property

Namespace
Kampute.DocToolkit.Topics
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the collection of front matter metadata associated with the Markdown file topic.
public IReadOnlyDictionary<string, object> FrontMatter { get; }

Property Value

IReadOnlyDictionary<string, object>
A read-only dictionary containing the front matter metadata, where the keys are the metadata names and the values are the corresponding metadata values.