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 NuGetLink 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 referencesRight-click on References, select ‘Add reference’When the dialog appears, select the Browse button. Navigate to the ‘packages’ folder that NuGet has installed to your Visual Studio project. For this project I’m choosing the x86 versions…Add CefSharp.Wpf.dll:Add the CefSharp.dll, CefSharp.Core.dll, CefSharp.BrowserSubprocessCore.dll:If you get the error similar to the following:… make sure more »

`