Reputation: 16011
In my searching I've found WebKit.NET, but I'm not sure that's what I'm aiming for. To be clear, I'm aiming to use a rendering engine like Gecko or Webkit with .NET. I'm hoping to use it within a service or website back-end to allow the rendering engine complete the rendering of the webpage and let JavaScript do its thing, and then return the end result of the DOM to the caller. Are there any other .NET implementations?
Upvotes: 1
Views: 3425
Reputation: 70369
IF you want a "windowless" rendering engine then try http://awesomium.com/ .
It is based on Chrome/WebKit and supports among other things the scenario you describe.
There is a free license, a "Pro" license and a source code license...
Upvotes: 3