The ASP.NET MVC framework will call the OnActionExecuting method of your action filter before it calls the action method that is marked with your action filter attribute. Similarly, the framework will call the OnActionExecuted method after the action method has finished.
ActionFilterAttribute
Posted Chuck Lu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionFilterAttribute相关的知识,希望对你有一定的参考价值。
以上是关于ActionFilterAttribute的主要内容,如果未能解决你的问题,请参考以下文章