开发者

Is there a way to display HTML page that is not dependent on IE?

开发者 https://www.devze.com 2023-01-29 17:47 出处:网络
My client WPF application needs to display an HTML page. I understand that the webbrowser control uses the version of IE that is installed on the box.

My client WPF application needs to display an HTML page. I understand that the webbrowser control uses the version of IE that is installed on the box.

Is there a control to render HTML that can be totally开发者_如何学编程 embedded into my application so that it is not dependent on the version of IE, that the user has installed?

What would happed if a user is using IE6?

Thanks


You could always use WebKit .NET instead. It allows you to embed a WebKit browser in your .NET application without having to have extra software installed on the machine.


There is also geckofx if you would rather go the Mozilla Gecko route.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号