开发者

asp.net mvc difference between OnAuthorization and OnActionExecuting

开发者 https://www.devze.com 2023-02-26 09:10 出处:网络
could someone help to explain the difference between OnAuthorization and OnAction开发者_StackOverflowExecuting in asp.net mvc?OnAuthorization gets called when authorization occurs and OnActionExecutin

could someone help to explain the difference between OnAuthorization and OnAction开发者_StackOverflowExecuting in asp.net mvc?


OnAuthorization gets called when authorization occurs and OnActionExecuting gets called before the action method is invoked. Authorization will occure before action execution. This gives you chance to check if user is authorized to execute that action.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号