随笔分类 -  C#

摘要:MVC四种过滤器 1,Authorization(授权) 2,Action(行为) 3,Result(结果) 4,Exception(异常) 阅读全文
posted @ 2021-03-01 11:03 孜孜不倦超越自我 阅读(99) 评论(0) 推荐(0)
摘要://上传文件转二进制流string fileFullPath = Path.Combine(UploadRoot, filePath);using (FileStream fs = new FileStream(fileFullPath, FileMode.Open, FileAccess.Read 阅读全文
posted @ 2021-02-25 17:04 孜孜不倦超越自我 阅读(166) 评论(0) 推荐(0)
摘要://word 文件转PDF 预览private readonly string Historyfile = Config.ConfigHelper.GetAppSetting<string>("Historyfile"); string filePath = "app/download/0a05e9 阅读全文
posted @ 2021-02-25 16:32 孜孜不倦超越自我 阅读(63) 评论(0) 推荐(0)