OfficeIMO

API Reference

Class

HtmlRenderParts

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Parts of HTML output for advanced embedding.

Inheritance

  • Object
  • HtmlRenderParts

Constructors

Properties

public String Head { get; set; } #

HTML inside <head> (excluding outer tag).

public String Body { get; set; } #

Rendered content inside <body> (excluding outer tag). For fragments, this is the whole HTML.

public String Css { get; set; } #

CSS content (inline text) that was used/generated. Useful when ExternalFile.

public String Scripts { get; set; } #

Inline scripts emitted by the renderer, if any.

public List<HtmlAsset> Assets { get; set; } #

Declared assets (CSS/JS) with stable ids so hosts can deduplicate across fragments/documents.