DOT NET code to convert HTML to text

I create a little algo to extract text from websites .. then find the answers (will publish the script after completion).

To do this, I need to convert all the HTML code inside and into simple readable text in English.

I manually deleted all the html tags, but some css entries are hard to get rid of. Any simple ideas on how to convert html to plain English text?

Thanks.

+3
source share
2 answers

someone has already done all the work for you.

+4
source

, Regex: strip_tags ASP.NET ( .NET )

0

Source: https://habr.com/ru/post/1708057/


All Articles