打包固定版本webview2 无需手动安装webview

下载固定版本的包,使用解压缩工具解压缩
https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/?form=MA13LH#download-section

wpf中加载这个目录 Webview2_129为测试的目录

var envPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Webview2_129");
var env = await CoreWebView2Environment.CreateAsync(envPath);

await webView.EnsureCoreWebView2Async(env);

[参考]
无依赖webview2

posted @ 2024-09-26 16:20  Hey,Coder!  阅读(554)  评论(0)    收藏  举报