Example #1
0
 /// <summary>
 /// Checks whether the element has class attribute.
 /// </summary>
 public static bool HasClassAttribute(this HtmlAgilityPack.HtmlNode source) => source.HasClassAttribute("*");