Looking at replacing our existing and very limited CefSharp functionality with WebView2.
If anyone has experience or thoughts on the matter, please chime in.
We dont need a lot of functionality, and its only used on one form. Its looking good so far - all we are missing is a replacement for u.BrowserSetContent. i.e. We want to trigger a method (public async void LoadWebView(string html)) that is defined in the View from the UIController.
Obvious answer is adding another WebBrowserShared similar to CefSharpWebBrowser or the WFWebBrowser, but that seems a huge effort for what we need, and is considerably over my head.
Is there a simpler way to do this one thing in one place ?