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
Post a Comment