API Reference
Class
HtmlAssetMerger
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}}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object