Exemplo n.º 1
0
 public static IEnumerable <HtmlElement> Els(this HtmlContainer e, string selector) => e.QueryElements(selector);
Exemplo n.º 2
0
 public static HtmlElement El(this HtmlContainer e, string selector) => e.QueryElements(selector).FirstOrDefault();