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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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