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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class Toast : BlazorBootstrapComponentBase, 
	IDisposable
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    Toast
Implements
IDisposable

Constructors

ToastInitializes a new instance of the Toast class

Properties

ToastMessage Gets or sets the toast message.

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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