# WebView2
[WebView2](https://docs.microsoft.com/en-us/microsoft-edge/webview2/) is a library that allows you to add a browser (Edge) view to a .NET app (kind of like Electron for .NET). It runs on .NET (as opposed to .NET Framework).
WebView2 has two modes of operation. In the evergreen mode the app uses the latest Edge Chromium from the OS, and in the 'fixed version' distribution the engine is bundled with the app. Both are described [here](https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#fixed-version-distribution-mode) and both have reached general availability as of April 2021.
Code samples can be found [here](https://github.com/MicrosoftEdge/WebView2Samples).