I want to load an HTML file that is shared in the network with webkitbrowser in winform C#.
For example a file url in a browser is:
file:///10.10.10.10/files/index.html
I also tried this in webkitbroeser:
file://///10.10.10.10//files//index.html
Webkitbrowser doesn't load HTML file. In local there is no problem. I use this url:
file:///c://index.html
WinAPP, C#, Visual Studio 2010