Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
それToString()が問題の原因です。エンコードする必要がないことをRazorに伝えるHtml.Raw特別な値を返しますが、エンコードされる通常の文字列に直接戻します。HtmlString使用するだけです:
ToString()
Html.Raw
HtmlString
@Html.Raw("</div><div class=\"newDiv\">")