2015年12月22日

WebApi Filter 中断返回字符串信息

摘要: public override void OnActionExecuting(HttpActionContext ActionContext) {string json = "{\"result\":\"true\"}";ActionContext.Response = new Ht... 阅读全文

posted @ 2015-12-22 17:23 习惯简单 阅读(474) 评论(0) 推荐(0) 编辑

导航