Not sure if this would help but have you tried to Decode or escape it in your code? Something like
string decodedValues = WebUtility.HtmlDecode(encodedValues);
Not sure if this would help but have you tried to Decode or escape it in your code? Something like
string decodedValues = WebUtility.HtmlDecode(encodedValues);