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
we have multi tenancy project and we want to set it base in subdomain, How can we do that?
thanks
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?
Hi,
I want to add url in notification to as shortcut links in each successfull transaction, how can I add it?
Thanks,