I have 3 strings that have the following format(each on its own line):
“String 1”
“String 2”
“String 3”
What’s the best way to recreate/transfer this format into a textareafor in my view (while still binding to a viewmodel property)?
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.
You could use a view model:
that will be passed to the view:
for rendering: