HtmlForgeX

API Reference

Enum

MonitoringDashboardHashMode

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how a monitoring dashboard reads and writes page navigation hashes.

Inheritance

  • Enum
  • MonitoringDashboardHashMode

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 MonitoringDashboardHashMode None #

Disables dashboard hash integration.

Value: 0
public const MonitoringDashboardHashMode Bare #

Uses bare page hashes such as #alerts. Prefer only for single-purpose legacy pages.

Value: 1
public const MonitoringDashboardHashMode Namespaced #

Uses namespaced hashes such as #hfx-monitoring:report-id:alerts to avoid collisions.

Value: 2