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)