Hi i want to read a html file can you please send me code how to read html code in C# That file look like below
This text is bold
This text is strong
This text is emphasized
This text is italic
This text is small
This is subscript and superscript
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jun 24, 2014, 6:13 AM
In this particular case, you can extract the text content as follows:
}
The output is:
Anupam SinghPosted Jun 24, 2014, 4:43 AM
It is already answered here :
http://www.c-sharpcorner.com/Forums/Thread/259094/
Hope will help.