Base solution for your next web application
Open Closed

How can we add URL in notifications using backend #9733


User avatar
0
kansoftware created

Hi,

Is it possibile add HTML code in a user notfication (es. a link to jump page)?

ASP.Core with Jquery


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kansoftware

    Instead of adding HTML to notification, we do this when redering the notification. You can modify here on your app.

  • User Avatar
    0
    twig202 created

    It would be very helpful if generating URLs for notifications was part of the documentation for the notification system. I've been digging through code for quite some time to then find out these are generated in the appUserNotificationHelper.js file.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @twig202

    We will add this information to documentation. Thank you for sharing this.