I want to make an MVC View, which shows a string.
The string contains whitespaces (" ", "/t", "/n") and I want to show it in format defined in string.
My problem is, that if I return the string as ViewBag message, all of these whitespaces are lost. Is there any solution to resolve this problem?