Is there a web browser-type control that supports much of html 5 and css 3 for C#?
Just asking as I viewed my site designed for modern browsers, but viewed it in the .NET Winforms browser, and it looked rubbish, as that control doesn’t support html 5 or css 3.
Thanks, I look forward to hearing from you all.
There is Awesomium which is based on WebKit (Same as Chrome and Safari). It’s not entirely free though (unless you’re an indie developer making 100k or less or using it for non commercial development).
The
WebBrowsercontrol support of HTML5 and CSS3 features depends on the version of IE that is installed. (which means that you can install IE9 on the machine to get better support of these features)