thanks for the reply will try to do this guide. thanks again
we are using .net core jquery and aspnet zero v6.2 currently, we are slowly upgrading it to newer version
thanks @ismcagdas,
thats solves my problem,
more power aspnet zero team!
hi, Thanks for the reply, in my case I'm using more in C# to call the notifications. Im using the NotificationPublisher to call the notification.
await _notiticationPublisher.PublishAsync("Activities", new MessageNotificationData(message), userIds: userIdentifiers.ToArray());
in the backend c# is it possible to add url?