My concern is that I have a string in my database in the following way:
'<a href="#" id="Manuel">@Manuel</a> hola'
When I have it in my model, it appears in the same way, and when I want to render the view it is shown that it is in the database, I do it in the following way:
<div>@Model.evento[0].Notas_Inicio</div>
How can I show it as if it belongs to DOM
of the page?