CefSharp.MinimalExample
CefSharp.MinimalExample copied to clipboard
Minimal example of how the CefSharp library can be used
I altered the example to comply better with MVVM. Added a Behavior for loading an HTML string as the web page, **BUT this isn't working yet**, so I am hoping...
Add a WPF Browser Appl (XBAP) example using the latest CefSharp.WPF package where the Cef.Initialize call fails with the IOException when attempting to resolve the Cef assemblies even with Resolver...
In the WinForms minimal example, I noticed an issue where the "onunload" event doesn't seem to be firing if you click File > Exit. I think this is related to...