API Reference

Class

HtmlResourceDependencyPlan

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Adapter-friendly resource dependency plan derived from an HTML resource manifest.

Inheritance

  • Object
  • HtmlResourceDependencyPlan

Usage

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

Methods

public HtmlResourceDependencySummary GetSummary(HtmlResourceKind kind) #
Returns: HtmlResourceDependencySummary

Gets a summary for one kind, returning zero counts when the kind is absent.

Parameters

kind OfficeIMO.Html.HtmlResourceKind requiredposition: 0

Properties

public IReadOnlyList<HtmlResourceReference> AllowedResources { get; } #

Allowed resources in source order.

public IReadOnlyList<HtmlResourceReference> BlockedResources { get; } #

Blocked resources in source order.

public IReadOnlyList<HtmlResourceDependencySummary> Summaries { get; } #

Resource counts grouped by kind.

public Boolean HasBlockedResources { get; } #

Whether the plan contains blocked resources.