The Notification component adds desktop notificationsarrow-up-right to Wisej.NET applications. With this component your web apps can pop notifications on the user’s desktop even when the browser is minimized.
The Notification extension can be added to a Wisej.NET project using NuGet Package Manager.
First step is to check if the user´s browser supports Notifications. Use the property IsSupported for this step.
Then you can simply add and show Notifications with the Show method:
Please note that your users might need to allow notifications in their windows system. Read more.arrow-up-right
Find more information in our Notification example in C#arrow-up-right or in VB.NETarrow-up-right.
Last updated 2 years ago
Was this helpful?
notificationObj.Show("Notification", "Notification after executing task");