I have a string containing dynamic HTML content.
I want to be able to find and replace all entries of certain HTML tags and replace them, but not the content inside them.
Specific HTML tags will be for the table - i.e. TABLE, TR and TD. Tags may contain attributes, otherwise they may be missing. How could one do this in C #?
Thanks in advance for your help!
Chris source
share