HtmlForgeX

API Reference

Class

DocumentSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub‑builder for configuring document‑level behaviors (e.g., Markdown provider).

Inheritance

  • Object
  • DocumentSettings

Methods

public Document End() #
Returns: Document

Ends the settings scope and returns the document for continued chaining.

public DocumentSettings Provider(IMarkdownProvider provider) #
Returns: DocumentSettings

Sets a custom Markdown provider used by Element.Markdown(...) calls in this document.

Parameters

provider HtmlForgeX.Markdown.IMarkdownProvider requiredposition: 0