asp.net core webapi 文件下载实现
摘要:在.NET Web API Core 中实现文件下载 var fileProvider = new PhysicalFileProvider("\\host\patha\pathb\");//绝对路径,如 c:\files\ ;网络路径:\\a\b\c var diretoryOptions = n
阅读全文
posted @ 2021-09-26 15:02