Notification

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.

Notificatioin Source Code

How to Use

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:

circle-exclamation
circle-info

Find more information in our Notification example in C#arrow-up-right or in VB.NETarrow-up-right.

Last updated

Was this helpful?