コード例 #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));
 }