コード例 #1
0
 /// <summary>
 /// Checks whether the element has id attribute.
 /// </summary>
 public static bool HasIdAttribute(this HtmlAgilityPack.HtmlNode source) => source.HasIdAttribute("*");