Which HTML Viewer would you recommend for WPF .NET 6+ platform?
Hi, I'm looking for a simple and lightweight HTML Viewer with CSS/JS support.
It should only display HTML content and, if possible, execute JS code. No navigation through links is needed.
3 Replies
normally u would use webview2 which would use the SO browser, in this case edge
https://learn.microsoft.com/en-us/microsoft-edge/webview2/get-started/wpf
Thanks, apart from WebView2, I haven't found anything else.
they are all derivatives of chrominium or something there is no out of the box solution besides those that properly render html
awesominium for example or geckofx etc
but these will bring a whole browser inside your app which means the size will be much bigger