@model ZoomLa.Model.M_Baike @{ int Mid = ViewBag.Mid; int EditID = ViewBag.EditID; Layout = "~/Views/Baike/_BaikeLayout.cshtml"; } @section head{ 逐浪百科 } @section content{
@Model.Tittle (@Model.Classification) 编辑
|
@if (!string.IsNullOrEmpty(Model.BriefImg)) {
} @MvcHtmlString.Create(Model.Brief)
    目录
    @MvcHtmlString.Create(Model.Contents)
    参考资料
    词条标签: @foreach (string btype in Model.Btype.Split(',')) { if(!string.IsNullOrEmpty(btype)){ @btype} }
    } @section script{ }