@using MySystem.Models; @{ActivityInfo editData = ViewBag.data as ActivityInfo;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 活动信息(修改)
@editData.ActName
@Html.Raw(MySystem.OssHelper.Instance.CheckOSSPic(editData.ActContent))