Esempio n. 1
0
 public static string GetUrl(string regex, string html, string baseUrl)
 {
     return(PageUtils.GetUrlByBaseUrl(GetContent("url", regex, html), baseUrl));
 }