Toasts 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 Toasts : BlazorBootstrapComponentBase, 
	IDisposable
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    Toasts
Implements
IDisposable

Constructors

ToastsInitializes a new instance of the Toasts class

Properties

ToastService Dependency injected Toast Service

Methods

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

See Also