OfficeIMO

API Reference

Class

HtmlAssetMerger

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers static

Host-facing helper to merge multiple HtmlAsset manifests into deduplicated CSS/JS tags and inline blobs.

Inheritance

  • Object
  • HtmlAssetMerger

Methods

public static ValueTuple<String, String, String> Build(IEnumerable<IEnumerable<HtmlAsset>> manifests) #
Returns: ValueTuple<String, String, String>

Deduplicate by Id and build strings for head link/script tags and inline CSS/JS payloads.

Parameters

manifests System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{OfficeIMO.Markdown.HtmlAsset}} requiredposition: 0