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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class Toasts : BlazorBootstrapComponentBase
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    Toasts

Constructors

ToastsInitializes a new instance of the Toasts class

Properties

ToastService Dependency injected Toast Service

Methods

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