Hi, I've an html page index.html in my windows application folder. now i want to set as a url of webbrowser in form1. how can i do it? is there any syntax like server.mappath() in web application in windows?
ex:
Uri repuri = new Uri("index.html"); webBrowser1.Url = repuri;
how can i map it?