开发者

ASP.NET MVC - Controller level attributes (filters) - Have them execute after action level attributes?

Is there a way to have controller开发者_开发知识库 level filters execute after the action level filters?


You could try specifying the scope as global and changing the Order parameter. Are these filters you have control over?

Check out: http://rajsoftware.wordpress.com/2011/05/14/mvc3-filter-ordering/

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜