C#进阶系列——WebApi 接口返回值不困惑:返回值类型详解
摘要:
阅读目录 一、void无返回值 二、IHttpActionResult 1、Json(T content) 2、Ok()、 Ok(T content) 3、NotFound() 4、其他 5、自定义IHttpActionResult接口的实现 三、HttpResponseMessage 四、自定义类 阅读全文
posted @ 2019-04-09 18:25 Dev_Eric 阅读(624) 评论(0) 推荐(0) 编辑