I am new to C#(started today) and I am trying to understand someone else\'s code which used the HtmlDocument class in HtmlAgilliyPack to parse HTML documents. I
HtmlDocument
HTML Agility Pack massages an HTML document into looking like an XmlDocument. Read the documentation on XmlDocument for these methods.