AlertTypes Enumeration |
Namespace: Bootstrap.A11y
public enum AlertTypes
| Member name | Value | Description | |
|---|---|---|---|
| Warning | 0 | Indicates caution should be taken with this action (usually yellow-orange) | |
| Danger | 1 | Indicates a dangerous or potentially negative action (usually red) | |
| Success | 2 | Indicates a successful or positive action (usually green) | |
| Info | 3 | Indicates informational messages (usually light-blue) |