C#, function to replace all html special characters with normal text characters -


i have characters incoming xml template example:

& >  

does generic function exist in framework replace these normal equivalents?

you want use httputility.htmldecode.:

converts string has been html-encoded http transmission decoded string.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -