01 2019 档案
摘要:原文链接:https://www.cnblogs.com/tpfOfBlog/p/6709260.html 第一种在Web.config中<system.webServer>节点中配置(不支持多个域名跨域) 1 <httpProtocol> 2 <customHeaders> 3 <add name
阅读全文
摘要:原文链接:https://www.cnblogs.com/landeanfen/p/5501487.html 阅读目录 一、void无返回值 二、IHttpActionResult 1、Json(T content) 2、Ok()、 Ok(T content) 3、NotFound() 4、其他 5
阅读全文