HTML-Renderer
HTML-Renderer copied to clipboard
How to render html (+ css) from .html file?
So i know how to render html from text: htmlPanel.Text = "<h1>Hello World</h1>";
But how to render a html file (and have it pull all the needed .css) ?