我用的是MVC3写的
只要在显示的地方加上@Html.Raw这个就好
@Html.Raw((string)@Model.VideoHref) @Html.Raw((string)@Model.Description)