新建基类继承Controller,重写操作方法调用前事件,验证权限,调用时继承基类, 页面按钮组件权限,还是使用HttpHandler控制合适using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using JiJin.Entity; public class BaseController : Controller { //保存免验证页面 private Dictionary<string, string>...
posted @ 2013-03-05 11:18
鱼遇雨愉
阅读(513)
评论(0)
推荐(0)