HI, I’ve got a really seriously question.
I need to send HTML code, so I have to load html into string, and this obvious doesn’t work if I can’t interpret them well, how can I store it natively?
Thanks for your help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Strings and HTML should be fine. The only complication is escaping, which is made easier using verbatim string literals (@”…”). Then you just double any double-quotes: