When I save some line break tags in a text on the sql server, that parameter I read it through a service and I save it in a ViewBag.
When displaying it in HTML, the text is shown with the tags.
For example:
Hola esto es un texto <br /> de muestra.
How do I get HTML to interpret these tags? Not as text but as a code.