API Reference

Class

HtmlDiagnosticDefinition

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Support-facing metadata for a stable OfficeIMO HTML diagnostic code.

Inheritance

  • Object
  • HtmlDiagnosticDefinition

Usage

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

Accepted by parameters

Properties

public String Code { get; } #

Stable diagnostic code.

public String Category { get; } #

Support category for grouping diagnostics.

public HtmlDiagnosticSeverity DefaultSeverity { get; } #

Default severity when an adapter does not provide a more specific severity.

public String Explanation { get; } #

Caller-facing explanation of what happened.

public String Remediation { get; } #

Recommended remediation.