__top__: Evergreen Webview2
: Developers do not need to ship new versions of their application just to update the underlying web engine. Microsoft Developer Technical Characteristics Microsoft Edge WebView2
| Feature | Evergreen WebView2 | Fixed Version WebView2 | | :--- | :--- | :--- | | | Automatic, frequent (roughly every 4-6 weeks) | Developer-controlled; you ship a specific version | | Disk footprint | Shared (one copy per machine) | Per-app (each app bundles its own runtime) | | Network bandwidth | One download for all apps | Each app downloads its own copy | | Security model | Always patched | You must republish to patch | | Best for | Most line-of-business apps, public-facing apps | Air-gapped, appliance-like, or strict version control scenarios | evergreen webview2
You can subscribe to the NewBrowserVersionAvailable event to know when the underlying Evergreen runtime has updated. This allows you to refresh your WebView2 or notify the user. : Developers do not need to ship new
: Uses Microsoft Edge (Chromium-based) to render HTML, CSS, and JavaScript within native apps. : Uses Microsoft Edge (Chromium-based) to render HTML,
Use NuGet Package Manager: