If i have some empty tags like this
<td width="15px"/>
Agility pack fixes them to be like
<td width="15px"></td>
Is anything possible to do to override this behavior ?
Set the OptionWriteEmptyNodes property to true on your HtmlDocument.
OptionWriteEmptyNodes
HtmlDocument
1.4m articles
1.4m replys
5 comments
57.0k users