MVC返回http状态码

//controller
return new HttpStatusCodeResult(200);

 

//asp.net
return HttpStatusCode.OK

 

 

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