Notifications not updating correctly after viewing files in ASP.NET Core Razor Pages
I’m working on an ASP.NET Core Razor Pages project where users can view and manage requests. Each request has a notification badge that should disappear when the user views the files associated with the request. Additionally, this notification should not reappear when the user revisits the page if they’ve already viewed the files.