Exemplo n.º 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));
 }
Exemplo n.º 2
0
 public static IO2HtmlPage GET(this IO2Browser webBrowser, string url)
 {
     return(webBrowser.submitRequest_GET_Sync(url, "", ""));
 }
Exemplo n.º 3
0
 public static IO2HtmlPage GET(this IO2Browser webBrowser, string url, string parametersString)
 {
     return(webBrowser.submitRequest_GET_Sync(url, "", parametersString));
 }