04 2021 档案

摘要:https://chrissainty.com/securing-your-blazor-apps-configuring-role-based-authorization-with-client-side-blazor/ 阅读全文
posted @ 2021-04-29 11:24 Javi 阅读(114) 评论(0) 推荐(0)
摘要:Razor is a templating engine that combines C# with HTML to build dynamic web content. Blazor is a component-based, single-page app framework for build 阅读全文
posted @ 2021-04-20 10:33 Javi 阅读(88) 评论(0) 推荐(0)
摘要:Blazor WebAssembly 主要的 Blazor 托管模型在 WebAssembly 上的浏览器中运行客户端。 将 Blazor 应用、其依赖项以及 .NET 运行时下载到浏览器。 应用将在浏览器线程中直接执行。 UI 更新和事件处理在同一进程中进行。 应用资产作为静态文件部署到可为客户端 阅读全文
posted @ 2021-04-20 10:32 Javi 阅读(2975) 评论(0) 推荐(1)
摘要://获取第一个数据源DataTable DataTable _dtSource = DBHelper.GetDataTable("select top 10 ksdid,user_id,user_pwd from ksd_user_info"); IEnumerable<DataRow> query 阅读全文
posted @ 2021-04-02 10:16 Javi 阅读(1108) 评论(0) 推荐(0)