API Reference
Class
DocumentSettings
Settings sub‑builder for configuring document‑level behaviors (e.g., Markdown provider).
Inheritance
- Object
- DocumentSettings
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method DocumentSettings.Provider
Accepted by parameters
- Method Document.Settings
Methods
public Document End() #Returns:
DocumentEnds the settings scope and returns the document for continued chaining.
public DocumentSettings Provider(IMarkdownProvider provider) #Returns:
DocumentSettingsSets a custom Markdown provider used by Element.Markdown(...) calls in this document.
Parameters
- provider HtmlForgeX.Markdown.IMarkdownProvider