خب
ازین استفاده کن:

public void gotoSite(string url){
System.Diagnostics.Process.Start(url);
}