HtmlForgeX

API Reference

Enum

TablerAlertType

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

Defines available alert behaviors.

Inheritance

  • Enum
  • TablerAlertType

Values

public const TablerAlertType Regular #

Static alert without close button.

Value: 0
public const TablerAlertType Dismissible #

Alert that can be dismissed by the user.

Value: 1