按照https://docs.microsoft.com/zh-cn/microsoft-edge/webview2/concepts/distribution#%E5%9B%BA%E5%AE%9A%E7%89%88%E6%9C%AC%E5%88%86%E5%8F%91%E6%A8%A1%E5%BC%8Ffixed-version-distribution-mode
的指导,下载了“已修复版本 x86”,并按照要求进行解压。
但是接下来如何引用到项目里面呢???Winform的。。。
private WebView2 webView2Browser;
var env = await CoreWebView2Environment.CreateAsync(Application.StartupPath + @"\webview2runtime");
await this.webView2Browser.EnsureCoreWebView2Async(env);
一群ls