Using asp.net mvc .net 8 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 8 MVC web app.
I am using jquery-ajax-unobtrusive to make an ajax call to the controller endpoint in an asp.net 8 MVC web app.