Kamil Pisz
Jquery.load() with MVC how to load view when Exception appear
im trying to implement dynamic load page in asp net core MVC with JQUERY
its fine but i have a problem when there is some error (status 500), i have costum Exception HTML view return in my app (throw new CustomReturnException()) and this is returned in this above method response
but jquery.load didnt load this ;/
its there a way to just ignore not success in jquery.load and just load my error page?
9 replies