예제 #1
0
 public static string Submit(this HtmlAgilityPack.HtmlNode form)
 {
     return(form.Submit(Encoding.UTF8));
 }