4
Answers

How to Add [AllowAnonymous] for All Controllers in WEB API?

Hi
 
Can anyone help me to Add [AllowAnonymous] for All Controllers in WEB API without using any filter or manually add [AllowAnonymous] attribute for each controller or action method?
 
Is there any Global way to archive this requirement in web API?
 
Thank you.  
Answers (4)