Class MarkdownEntry
- Namespace
- Songhay.Publications.Models
- Assembly
- Songhay.Publications.dll
Defines a conventional, Publication entry.
public class MarkdownEntry
- Inheritance
-
MarkdownEntry
- Inherited Members
- Extension Methods
Fields
NewLine
Defines the new-line convention for entries.
public static readonly string NewLine
Field Value
Properties
Content
Text content.
public string? Content { get; set; }
Property Value
EntryFileInfo
Markdown FileInfo.
public FileInfo? EntryFileInfo { get; set; }
Property Value
FrontMatter
JSON front matter.
public JsonObject FrontMatter { get; set; }