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