随笔分类 -  asp.netCore

摘要:实体类: public class ApiActionDescriptorModel:ICloneable { public string ActionName { get; set; } public string ControllerName { get; set; } public ApiPa 阅读全文
posted @ 2021-01-08 13:20 石shi 阅读(4155) 评论(2) 推荐(1) 编辑
摘要:[HttpGet("ExportPolicy")] public FileStreamResult ExportPolicy(string id) { var data = service.ExportPolicy(id); Stream stream = new MemoryStream(data 阅读全文
posted @ 2020-10-23 17:07 石shi 阅读(420) 评论(0) 推荐(0) 编辑
摘要:文件读取类: 阅读全文
posted @ 2018-12-23 17:35 石shi 阅读(1064) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示