摘要: public class FileStreamResult : IHttpActionResult { readonly Stream _stream; readonly string _mediaType = "application/octet-stream"; readonly string 阅读全文
posted @ 2021-03-18 11:30 李国将 阅读(115) 评论(0) 推荐(0)
摘要: 在App_Start文件夹下的WebApiConfig.cs中加入如下代码: public static class WebApiConfig { public static void Register(HttpConfiguration config) { // Web API 配置和服务 // 阅读全文
posted @ 2021-03-18 11:03 李国将 阅读(150) 评论(0) 推荐(0)