We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We could possibly create a web control for WPF and/or WinForms that uses the edge browser engine.
WPF: https://www.nuget.org/packages/Microsoft.Toolkit.Wpf.UI.Controls.WebView WinForms: https://www.nuget.org/packages/Microsoft.Toolkit.Forms.UI.Controls.WebView
And, since Edge is coming out with a chromium version, of course there will be a new control for that too:
https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2
We could at least detect which one is installed and use that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We could possibly create a web control for WPF and/or WinForms that uses the edge browser engine.
WPF: https://www.nuget.org/packages/Microsoft.Toolkit.Wpf.UI.Controls.WebView
WinForms: https://www.nuget.org/packages/Microsoft.Toolkit.Forms.UI.Controls.WebView
And, since Edge is coming out with a chromium version, of course there will be a new control for that too:
https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2
We could at least detect which one is installed and use that.
The text was updated successfully, but these errors were encountered: