I have a live webpage that will act as the output of my program.
I would like to include the source html file and have the browser navigate to that for initialization instead of putting the entire html source code into a hard coded string.
Any ideas?
Set the
DocumentTextproperty to your source string.For better performance, set
Document.DocumentElement.OuterHtmlinstead.(You may need to load a dummy document first)