08 2022 档案

摘要:容器学习: 所有的WPF布局容器都派生自System.Windows.Controls.Panel。Panel继承自FrameworkElement。 在Panel中有一个比较重要的属性是UIElementCollection 类型的Children属性,UIElementCollection是一个 阅读全文
posted @ 2022-08-15 13:31 皓月青峰 阅读(73) 评论(0) 推荐(0) 编辑
摘要:1、Cookies 授权验证方式 Startup.cs 文件 // 注册Cookie认证服务 services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme).AddCookie(o => { o.Expire 阅读全文
posted @ 2022-08-03 15:57 皓月青峰 阅读(229) 评论(0) 推荐(0) 编辑