Is it possible to use async/await in MVC 4 AuthorizeAttribute?

前端 未结 3 1288
清歌不尽
清歌不尽 2020-12-06 15:58

The only override I see exposed on MVC\'s AuthorizeAttribute is public override void OnAuthorization( AuthorizationContext filterContext ) which is

3条回答
  •  时光取名叫无心
    2020-12-06 16:51

    ASP.NET MVC today does not support asynchronous filters. Please vote.

    However, ASP.NET "vNext", announced at TechEd this week, will support asynchronous filters for MVC.

提交回复
热议问题