public sealed class Toast : BlazorBootstrapComponentBase| Toast | Initializes a new instance of the Toast class |
| ToastMessage | Gets or sets the toast message. |
| HideAsync | Hides an element’s toast. |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView)) |
| ShowAsync | Reveals an element’s toast. |