码迷,mamicode.com
首页 > 其他好文 > 详细

ActionFilterAttribute

时间:2018-02-24 19:33:25      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:tps   contex   att   .net   target   doc   cut   ref   asp   

https://msdn.microsoft.com/en-us/library/system.web.mvc.actionfilterattribute.onactionexecuting(v=vs.118).aspx#M:System.Web.Mvc.ActionFilterAttribute.OnActionExecuting(System.Web.Mvc.ActionExecutingContext)

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.

Filters

Filtering in ASP.NET MVC

ActionFilterAttribute

标签:tps   contex   att   .net   target   doc   cut   ref   asp   

原文地址:https://www.cnblogs.com/chucklu/p/8467163.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!