Highlight differences between 2 HTML strings
I need to show the differences between 2 HTML documents. I use this library called htmldiff.net to achieve this. First, install htmldiff.net from nuget package manager.Then, you can do the following example to get the new HTML string with the differences highlighted. This is what my example looks like in an MVC app