Maui Blazor 中文社区 QQ群:645660665
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: 各个版本发布文件尝鲜 https://bt.freepos.es:8086/down/JsCnbIT3JuHg BlazorLinux Demo 放到github了 截图 https://github.com/densen2014/BlazorMaui/blob/master/Screenshot/ 阅读全文
posted @ 2022-12-31 20:02 AlexChow 阅读(731) 评论(0) 推荐(0) 编辑
摘要: Blazor FileViewer 文件预览 组件 目前支支持 Excel(.docx) 和 Word(.xlsx) 格式 示例: https://www.blazor.zone/fileViewers https://blazor.app1.es/fileViewers 使用方法: 1.nuget 阅读全文
posted @ 2022-12-23 09:17 AlexChow 阅读(1432) 评论(2) 推荐(7) 编辑
摘要: 官方文档 1. 注入服务 DialogService @inject DialogService DialogService 或者后置代码 [Inject] [NotNull] private DialogService? DialogService { get; set; } 2. 弹出说明 aw 阅读全文
posted @ 2022-12-21 01:56 AlexChow 阅读(1136) 评论(0) 推荐(0) 编辑
摘要: Blazor Pdf Reader PDF阅读器 组件 示例: https://www.blazor.zone/PdfReaders https://blazor.app1.es/pdfReaders 使用方法: 1.nuget包 BootstrapBlazor.PdfReader 2._Impor 阅读全文
posted @ 2022-12-18 21:41 AlexChow 阅读(452) 评论(0) 推荐(1) 编辑
摘要: 我们知道浏览器模式下 Blazor 可以使用 F12 打开开发工具,调试js查看页面元素,那当 Maui Blazor 提示烦人的 an unhandled error has occurred 该怎么进行调试呢? 1. VS 运行工程于 Debug 模式下,只要 BlazorWebview 控件处 阅读全文
posted @ 2022-12-16 23:48 AlexChow 阅读(843) 评论(4) 推荐(1) 编辑
摘要: 下载固定版本,解压到例如 c:\wb2 目录 https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/#download-section 这里翻译有问题,其实是固定版本(Fixed), 194MB. winform或者wpf //设 阅读全文
posted @ 2022-12-15 10:10 AlexChow 阅读(940) 评论(0) 推荐(0) 编辑
摘要: Video.js 是一个具有大量功能的流行的视频和音频 JavaScript 库,今天我们试试集成到 Blazor . Blazor VideoPlayer 视频播放器 组件 示例 https://blazor.app1.es/videoPlayers 1. 新建工程b13video dotnet 阅读全文
posted @ 2022-12-15 09:34 AlexChow 阅读(1482) 评论(3) 推荐(3) 编辑
摘要: Microsoft官方文章一定一定要撸三遍 learn.microsoft.com Blazor.Net ASP.NET Core Blazor 介绍 ASP.NET Core Blazor 教程 Blazor Hybrid 应用和 .NET MAUI <Blazor winform/wpf/MAU 阅读全文
posted @ 2022-12-09 18:38 AlexChow 阅读(1206) 评论(0) 推荐(0) 编辑
摘要: Blazor SSR 在Centos7部署 , 使用httpclient提示出错 The SSL connection could not be established, see inner exception. 解决方案 1、查看 OPENSSLDIR 路径 $ openssl version -a 2、然后把 CentOS 默认的 openssl CA证书拷贝过来。 $ cp /etc/pki/tls/cert.pem /usr/local/openssl/ 阅读全文
posted @ 2022-12-09 02:21 AlexChow 阅读(215) 评论(0) 推荐(0) 编辑
摘要: Blazor 部署 pdf.js 不能正确显示中文资源解决办法 原文链接 [https://www.cnblogs.com/densen2014/p/16964858.html] 在Blazor项目嵌入 pdf.js 时不能正确显示中文,浏览器F12显示如下错误 错误 l10n.js /web/locale/locale.properties not found 阅读全文
posted @ 2022-12-07 23:36 AlexChow 阅读(1152) 评论(0) 推荐(3) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页