Using the CefSharp Chromium Web Browser in WPF / XAML
Some brief instructions on getting started with using the Chromium Web Browser in WPF. Step 1: Create a new WPF project Step 2: Obtain the CefSharp packages using NuGet Link for the NuGet packages is here: https://www.nuget.org/packages/CefSharp.WPF/ Select Tool > NuGet Package manager > Package Manager Console. Use the Step 3: add the CefSharp dll …
Continue reading ‘Using the CefSharp Chromium Web Browser in WPF / XAML’ »