I need html analysis that has the ability to identify an error in the generated html, and if the tags are not closed, close it and return the actual html.
Details: I get data from the database and violate this entry to show partial details on my website, to click on the button more, and then show the full content. After breaking the line, confirm.
I already used the Html Agility Pack, but I am new to use it if this library solves my problem then tell me how (tutorial) or offer me another library.
source
share