ToastService Class

Service to display toast messages on the screen. See for more information.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class ToastService
Inheritance
Object    ToastService

Constructors

ToastServiceInitializes a new instance of the ToastService class

Methods

Notify Notifies the subscribers with a ToastMessage.

Events

OnNotify Event invoked when a toast message is to be displayed.

See Also