[Solved] Change text in HTML that I’m grabbing from a text file


I have done similar work in C# earlier, I use HTMLAgilityPack for doing this kind of works. Later I start using Anglesharp since it has a very good CSS selector based support.

Try anglesharp and you can modify the HTML tag like you do in jQuery.

1

solved Change text in HTML that I’m grabbing from a text file