摘要:
1,MVC中所有的控制器都 继承自 Controller2,我们要对Controller进行处理 就要写一个类来继承自Controller 重写方法 加入自己的处理程序View Code using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using CDS.CustomAttribute;using System.Transactions;namespace CDS.Manager{ [HandleError] public c... 阅读全文
posted @ 2012-04-17 11:35
hhhker
阅读(445)
评论(0)
推荐(0)

浙公网安备 33010602011771号