1
Answer

Authorize attribute in MVC

How does the authorize attribute in MVC works internally?
Suppose if i simply specify [Authorize] attribute on Controller action method,how will it check the authorization?
Answers (1)
0
Midhun T P

Midhun T P

NA 19.7k 281.1k 8y
Hi,
Please check below link. It is a good article about Authorize attribute -
http://www.codeproject.com/Articles/1008731/Insight-of-ASP-NET-MVC-s-Authorize-Attribute