Evergreen Webview2 |top|

control that ensures your application always runs on the latest version of the Chromium-based web platform Microsoft Learn

// Notice: No path specified. The runtime will find the Evergreen runtime. var env = await CoreWebView2Environment.CreateAsync(); await webView.EnsureCoreWebView2Async(env); // Navigate to your local or remote app webView.CoreWebView2.Navigate("https://my-saas-dashboard.com"); evergreen webview2

The key principles of Evergreen WebView2 are: control that ensures your application always runs on

await CoreWebView2Environment.CreateAsync( browserExecutableFolder: null, // null = use Evergreen system runtime userDataFolder: "C:\\AppData\\MyApp\\WebView2", options: new CoreWebView2EnvironmentOptions() ); options: new CoreWebView2EnvironmentOptions() )