HtmlForgeX

API Reference

Enum

TablerPageTitleSize

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

Represents page title size options

Inheritance

  • Enum
  • TablerPageTitleSize

Values

public const TablerPageTitleSize Small #

Small title size (h3)

Value: 0
public const TablerPageTitleSize Default #

Default title size (h2)

Value: 1
public const TablerPageTitleSize Large #

Large title size (h1)

Value: 2