public override void ExecuteResult(ControllerContext context) {
if (context == null) { throw new ArgumentNullException("context"); }
}重写了但是控制不调用。
微信里点“发现”,扫一下
二维码便可将本文分享至朋友圈。
继承 ActionResult 类