I see a similar case which answer my question in JQuery way: Remove tag but leave contents - jQuery/Javascript
But I need to know how C# works for this? Is there any API in C# that I can use to strip out the tag and leave the plane text?
From:
<a href="#">some content</a> and more <a href="#"> and more content</a>
To:
some content and more and more content
Thanks.