How to use HtmlAgilityPack to Replace all hyperlinks, e.g.:
<a href="url">Link</>
so that only the href attribute is left. the url.
Is this possible?
How to use HtmlAgilityPack to Replace all hyperlinks, e.g.:
<a href="url">Link</>
so that only the href attribute is left. the url.
Is this possible?