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