Razor encodes string by default. Is there any special syntax for rendering without encoding?
HTML RAW :
@Html.Raw(yourString)