Toast Class

Push notifications to your visitors with a toast, a lightweight and easily customizable alert message.
For more information, visit the Bootstrap Toasts documentation.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class Toast : BlazorBootstrapComponentBase
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    Toast

Constructors

ToastInitializes a new instance of the Toast class

Properties

ToastMessage Gets or sets the toast message.

Methods

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.

See Also