public override void ExecuteResult(ControllerContext context) {
if (context == null) { throw new ArgumentNullException("context"); }
}重写了但是控制不调用。
继承 ActionResult 类