-
-
Notifications
You must be signed in to change notification settings - Fork 4
bookgen.api.v1.idocument
webmaster442 edited this page Jul 19, 2026
·
2 revisions
Namespace: BookGen.Api.V1
Represents a document in the book
public interface IDocumentAttributes NullableContextAttribute
File path of the document
string FilePath { get; }Reads the content of the document and its front matter asynchronously
Task<(string content, IDocumentFrontMatter frontMatter)> ReadContent()Task<(String, IDocumentFrontMatter)>
A tuple containing the content and front matter of the document