API Reference

Enum

HtmlInputTrust

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Declares the caller-assigned trust boundary for HTML input independently from conversion fidelity.

Inheritance

  • Enum
  • HtmlInputTrust

Usage

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

Accepted by parameters

Values

public const HtmlInputTrust Untrusted #

Input is not trusted; adapters should use bounded, offline-safe resource defaults.

Value: 0
public const HtmlInputTrust Trusted #

Input is trusted by the caller; adapters may enable document-provided resources within their configured policies.

Value: 1