Click or drag to resize

AlertTypes Enumeration

Contextual styles used on Bootstrap Alerts.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public enum AlertTypes
Members
  Member nameValueDescription
Warning0Indicates caution should be taken with this action (usually yellow-orange)
Danger1Indicates a dangerous or potentially negative action (usually red)
Success2Indicates a successful or positive action (usually green)
Info3Indicates informational messages (usually light-blue)
See Also