
Hier ist mein Offcanvas-Div:
Code: Select all
Notification Center
@if (NotifyService.NotificationDescriptions.Count > 0)
{
foreach (var message in NotifyService.NotificationDescriptions)
{
@message
}
}
else
{
No notifications
}
Code: Select all
Notification Center
@if (NotifyService.NotificationDescriptions.Count > 0)
{
foreach (var message in NotifyService.NotificationDescriptions)
{
@message
}
}
else
{
No notifications
}