@{ string result = ViewBag.result; if (string.IsNullOrEmpty(result)) { result = "结果显示区域..."; } } @section head{贴吧内容 } @section content{
@MvcHtmlString.Create(result)
返回工具箱
} @section script{ }