C#: HtmlAgilityPack extract inner text
Posted
by Yang
on Stack Overflow
See other posts from Stack Overflow
or by Yang
Published on 2010-05-06T23:01:50Z
Indexed on
2010/05/06
23:08 UTC
Read the original article
Hit count: 917
c#
|htmlparsing
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?
© Stack Overflow or respective owner