08 2022 档案
摘要:容器学习: 所有的WPF布局容器都派生自System.Windows.Controls.Panel。Panel继承自FrameworkElement。 在Panel中有一个比较重要的属性是UIElementCollection 类型的Children属性,UIElementCollection是一个
阅读全文
摘要:1、Cookies 授权验证方式 Startup.cs 文件 // 注册Cookie认证服务 services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme).AddCookie(o => { o.Expire
阅读全文