MVC返回http状态码

//controller
return new HttpStatusCodeResult(200);

 

//asp.net
return HttpStatusCode.OK

 

 

posted on 2014-06-25 15:55  VincentZhu  阅读(675)  评论(0编辑  收藏  举报