# Adding a Browser View Into a .NET App
## CEFSharp
At the time of this writing [CEFSharp](http://cefsharp.github.io/) is an active project that has everything one would seem to need. It runs on .NET Framework 4.5. It embeds Chromium engine into a WPF or a WinForms control.
## WebView2
The official 'way to go' seems to be [[WebView2]].