In the asp.net core web project.
I want to use exception filters to log in, before Mvc, only need to inherit HandleErrorAttribute, override the OnException, now core no HandleErrorAttribute in this class
what do I need?
Any ideas?
Thanks!
In the asp.net core web project.
I want to use exception filters to log in, before Mvc, only need to inherit HandleErrorAttribute, override the OnException, now core no HandleErrorAttribute in this class
what do I need?
Any ideas?
Thanks!