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
2.1m questions
2.1m answers
60 comments
57.0k users