On my main page, I have the code @{Html.RenderPartial(\"_Partial1.cshtml\");}, and on my Partial, I have an HTML string:
@{Html.RenderPartial(\"_Partial1.cshtml\");}
@{ // The string i
You can use the Html.Raw() method for that.
Html.Raw()