@using MySystem.Models; @{MsgPlacard editData = ViewBag.data as MsgPlacard;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 详情
@editData.Title
@Html.Raw(MySystem.OssHelper.Instance.CheckOSSPic(editData.Content))