Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
var DivListContainSpeciicClassName = htmlDoc.DocumentNode.Descendants("div").Where( d => d.Attributes.Contains("class") && d.Attributes["class"].Value.Contains("cssClassName"));