Answer the question
In order to leave comments, you need to log in
How can I pass a string special character along with a link?
Good afternoon, when I pass in a view string that contains a link
xmlns:xs= \" http://www.w3.org/2001/XMLSchema\ "
then the output I get is \" www.w3.org/2001/XMLSchema ", without the last \ character, with strings other than this everything works fine
Here is the latest version with which I am trying to replace
historyContactInfo = historyContactInfo.Replace(@"\r\n", string.Empty).Replace(@"\", string.Empty).Replace("\"",@" \" +"\"");
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question