How to display encoded HTML as decoded in MVC 3 Razor?

后端 未结 7 1583
伪装坚强ぢ
伪装坚强ぢ 2021-02-06 21:54

I\'m using Razor in MVC 3 and Asp.net C#.

I have a View with the following code. model.ContentBody has some HTML tags.

I would need display this HTM

7条回答
  •  萌比男神i
    2021-02-06 22:57

    Please use to display Html use with decode.

    @MvcHtmlString.Create(@Model.OurVision)   
    

提交回复
热议问题