HtmlForgeX

API Reference

Enum

TablerToastType

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

TablerToastType enumeration.

Inheritance

  • Enum
  • TablerToastType

Values

public const TablerToastType Default #

No specific styling is applied.

Value: 0
public const TablerToastType Success #

Indicates a successful action.

Value: 1
public const TablerToastType Warning #

Draws the user's attention to a warning.

Value: 2
public const TablerToastType Danger #

Highlights an error or critical message.

Value: 3
public const TablerToastType Info #

Provides informational context.

Value: 4