How can I return a model with a string propertie containing <li> elements and display it in view?
If I just write @Model.Messages it shows all the string.. i need it in html format.
How can I return a model with a string propertie containing <li> elements and
Share
You don’t say which rendering engine you’re using:
MVC3:
@Html.Raw(Model.Description)