Html Agility Pack is truncating a meta tag's value
See the question and my original answer on StackOverflowThe html is in fact invalid. The string you copied (without C# \" added) is:
<meta name="productattributes" value="shop: Baby|category: Category|category: Babies" r"us="" exclusives|f...
So the attribute 'value' finishes at Baby, there is a " (double quote) after the r, etc...