ToastService Class

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

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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