API Reference

Class

HtmlResourceManifest

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Manifest of resource dependencies discovered in HTML input.

Inheritance

  • Object
  • HtmlResourceManifest

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public HtmlResourceManifest() #

Creates an empty resource manifest.

Properties

public IReadOnlyList<HtmlResourceReference> Resources { get; } #

Resources in document order.

public IReadOnlyList<HtmlDiagnostic> Diagnostics { get; } #

Diagnostics produced while planning resources.

public Int32 AllowedCount { get; } #

Number of allowed resources.

public Int32 BlockedCount { get; } #

Number of blocked resources.