示例#1
0
 public static IO2HtmlPage GET(this IO2Browser webBrowser, string url, string targetFrame, Dictionary <string, string> parameters)
 {
     return(webBrowser.submitRequest_GET_Sync(url, targetFrame, parameters));
 }
示例#2
0
 public static IO2HtmlPage GET(this IO2Browser webBrowser, string url)
 {
     return(webBrowser.submitRequest_GET_Sync(url, "", ""));
 }
示例#3
0
 public static IO2HtmlPage GET(this IO2Browser webBrowser, string url, string parametersString)
 {
     return(webBrowser.submitRequest_GET_Sync(url, "", parametersString));
 }