@model ZoomLa.SQLDAL.SQL.PageSetting @{ Layout = "~/Areas/User/Views/Shared/_empty.cshtml"; } @section head{ 黄页内容 } @section content{
@MvcHtmlString.Create(ViewBag.addhtml) @**@
@Html.Partial("MyContent_List", Model)
@{ if (ViewBag.Status.Equals("-2")) { } else { } }
} @section script{ }