Beispiel #1
0
 private string GetHref(NSoup.Nodes.Element el)
 {
     return((el.Attr("href") ?? string.Empty).Trim());
 }