A simple WebKitBrowser1.Navigate(localfilehere) doesn\'t work for some reason.
I tried adding \"file://\" to the URL but that didn\'t work either.
This seems
Suppose index.html is in bin/debug folder then
Use "file:///"+Environment.CurrentDirectory.Replace(@"\",@"/")+"/index.html"
Suppose index.html is in bin/debug and created folder like www then
Use "file:///"+Environment.CurrentDirectory.Replace(@"\",@"/")+"/www/index.html"