Insert HTML into WebBrowser

  • Thread starter Thread starter David Elliott
  • Start date Start date
D

David Elliott

I have html that is dynamically created. I would like to display it in a the WebBrowser.
Can I insert it directly or do I HAVE to store it to disk first and then navigate to it?

I would prefer to the former to the later as I wouldn't have to do disk clean up.

Thanks,
Dave
 
Back
Top