在ASP.NET MVC 中将html代码加载到前端

后端写:ViewData["xwdt1"] = xwdt1;

前端写:@Html.Raw(HttpUtility.HtmlDecode(ViewData["xwdt1"].ToString().Trim()));

你可能感兴趣的:(ASP.NET,MVC)