How do i escape HTML characters in .NET?
I am grabbing html from a json string and in the title i get "more text. It looks like i need to do it twice to get " to become " then that to be a '"'.
How do i escape all the text html escape codes in .NET?