HtmlForgeX

API Reference

Enum

TablerDarkModeMethod

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

Method for implementing dark mode toggle

Inheritance

  • Enum
  • TablerDarkModeMethod

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 TablerDarkModeMethod QueryParameter #

Use query parameters (?theme=dark)

Value: 0
public const TablerDarkModeMethod JavaScript #

Use JavaScript with localStorage

Value: 1