asp.net-web-api-filters Questions
1
Solved
I have a global ExceptionHandler in my web api 2.0, which handles all unhandled exceptions in order to return a friendly error message to the api caller.
I also have a global ExceptionFilter, which...
Bridgehead asked 24/1, 2015 at 15:27
3
I really get stuck on the approach to do dependency injection into action filter of web api. I have an action filter like this:
public class AuthorizationAttribute : ActionFilterAttribute
{
publi...
Additive asked 7/6, 2012 at 10:56
1
© 2022 - 2024 — McMap. All rights reserved.