I have number of local HTML pages. I want to display these local HTML pages in Web browser control. When I add new page it should get append to previous page.
Here is the sample code for the setting Url
for( int i=0; i<=filecount; i++)
web-browser.Url = new Uri(filepath[i]);
But during run time its showing the File Download pop up and web browser is empty.
You could load a single page as
or even like
But if you have images, css or js in the relative paths, use
something like that i remember... ;)
I tried:
I had to add this also: