0
drenton created
Hi,
I'm using V4.5.0(.Net core 2.0 and angular 4)
When a notification is sent, the notification is not displayed until the page is reloaded.
Is there a way to update the notification icon count and message without reloading the page?
I think it works with ASP.NET MVC with jquery version before.
1 Answer(s)
-
0
Hi @drenton
to update notification count without page reloading you can use SignalR like chat feature (ChatHub.cs). SignalR is referenced in project. But SignalR.Core stable version is not released yet.