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)