ToastMessage Class
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public sealed class ToastMessage : IEquatable<ToastMessage>
- Inheritance
- Object ToastMessage
- Implements
- IEquatableToastMessage
| ToastMessage(ToastType, String, String) |
Public constructor title, color and message.
|
| ToastMessage(ToastType, IconName, String, String) |
Public constructor with icon, title, color and message.
|
| ToastMessage(ToastType, IconName, String, String, String) |
Public constructor with icon, title, additional help text, color and message.
|
| HelpText |
Optional: additional commentary text to display.
|
| IconName |
Icon to show in the message.
|
| Message |
Optional: message to display to the user.
|
| Title |
Optional: title of the message to display to the user.
|
| Type |
Color of the Toast to display.
|