Is it possible to leverage ie9's rendering engine in .NET programmatically?
I'm looking for a programmatic way to capture web output using IE9's improved rendering engine. Is this possible from .NET code? (I'm not looking to use开发者_如何转开发 the WebBrowser control in a winform/wpf context.)
Thanks for your help!
No. I haven't found any ready-made wrappers for leveraging the ie9 engine programmatically.
精彩评论