MobileTrack Nexus Documentation
C#
Show/Hide TOC
Toast
Service 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
C#
Copy
Request Example
public
sealed
class
ToastService
Inheritance
Object
ToastService
Constructors
ToastService
Initializes 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
Reference
BlazorBootstrap Namespace
Other Resources
https://getbootstrap.com/docs/5.3/components/toasts/
In This Article
Definition
Constructors
Methods
Events
See Also
Reference
Other Resources