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