Razor encodes string by default. Is there any special syntax for rendering without encoding?
Since ASP.NET MVC 3, you can use:
@Html.Raw(myString)
1.4m articles
1.4m replys
5 comments
57.0k users