随笔分类 -  .net / ASP.NET MVC

摘要:using IdentityServer.Models; using System.Collections.Generic; namespace IdentityServer.Service { /// <summary> /// 获取模版数据 /// </summary> public class 阅读全文
posted @ 2025-03-19 09:39 龙卷风吹毁停车场 阅读(40) 评论(0) 推荐(0)
摘要:在实现这个需求的时候这里有个大坑, 不知道是我自己框架搭得有问题,还是什么问题. 在 Razor模型中无法使用 System.IO, 左试右试,搞了半天, 你是大哥,最后放弃在Razor模型中读取wwwroot里面的配置文件, 我去其它地方写还不行哟, 然后我就在当前解决方案下新建了一个Servic 阅读全文
posted @ 2025-03-18 17:37 龙卷风吹毁停车场 阅读(38) 评论(0) 推荐(0)
摘要:2.第二步,要想session正常使用,在启动文件中配置如下 3.第三步,接受数据 阅读全文
posted @ 2024-07-10 09:08 龙卷风吹毁停车场 阅读(31) 评论(0) 推荐(0)