I'd like to use the .NET port of WebKit (http://webkitdotnet.sourceforge.net/) to display generated HTML as well as generated images.
I can set the document html easily using the DocumentText
property. How could I pass the images into the browser?
I've found a solution implementing a local web server but I wonder if there's a more direct way.