I have HTML saved as Varchar in a SQL Server database. I'm trying to insert this HTML in a view but in doing so, it is passed as text and not as HTML (BUT, HTML adds double quotes at the beginning and end, which does not allow rendering.
The HTML in question is being saved in a string in my controller, which is passed as a parameter to the view.
I've already tried: