0
ajayak created
Hi,
In my scenario, I don't want to show default popup box showing Exception message. I have written my code in error handler to show error in a different way. How can I disable default error box in one specific scenario?
2 Answer(s)
-
0
hi,
There's a Github issue about that. You can follow that. <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/631">https://github.com/aspnetzero/aspnet-ze ... issues/631</a>
-
0
Hi @ajayak,
If it is a rare usage, you can directly use angular's http service to make your request and handle the returned message as you like.