使用PhysicalFileProvider 文件转换类
PhysicalFileProvider physical = new PhysicalFileProvider(@"G:\桌面"); string result=File.ReadAllText(physical.GetFileInfo("新建文本文档.txt").PhysicalPath); Console.WriteLine(result);
.Net Core 5.0 Json序列化和反序列化 | System.Text.Json 的json序列化和反序列化
.Net Core HTML/JS/CSS 静态文件压缩方案,YUICompressor.NET
.Net Core System.IO.Compression.ZipFile实现Zip格式压缩和Zip格式解压缩