Using ASP.NET Core 8 MVC with jquery-ajax-unobtrusive but what’s the best way to handle unexpected exceptions?
I am using jquery-ajax-unobtrusive to make an ajax call to the controller endpoint in an ASP.NET Core 8 MVC web app.
I am using jquery-ajax-unobtrusive to make an ajax call to the controller endpoint in an ASP.NET Core 8 MVC web app.