摘要:
作废一、自定义Filter 自定义Filter需要继承ActionFilterAttribute抽象类,重写其中需要的方法,来看下ActionFilterAttribute类的方法签名。 //表示所有操作-筛选器特性的基类。 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inherited = true, AllowMultiple = false)] public abstract class ActionFilterAttribute : FilterAttribute, IActio... 阅读全文
posted @ 2013-01-21 10:25
逆心
阅读(22880)
评论(1)
推荐(4)
浙公网安备 33010602011771号