I am using HtmlAgilityPack. Is there a one line code that I can get all inner text of html, e.g., remove all html tags and scripts?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Like this:
Note that this will return the text content of To fix that, you can remove all of the
|
|||||||||||
|
|
I wrote a simple method. It may help you. This method can extract all specific tag's node. Then you can use the
|
||||
|
|
