How to know which controller method will be called from Web API Authorization filter
In web api 2 you can access the action name with:
actionContext.ActionDescriptor.ActionName
In web api 2 you can access the action name with:
actionContext.ActionDescriptor.ActionName