VikciaR wrote:
In Html specification form tag can overlap, so Htmlagilitypack handle this node a little different. So what you can do:
HtmlNode.ElementsFlags.Remove("form");
Thanks this worked!
VikciaR wrote:
In Html specification form tag can overlap, so Htmlagilitypack handle this node a little different. So what you can do:
HtmlNode.ElementsFlags.Remove("form");
Thanks this worked!