@model ZoomLa.SQLDAL.SQL.PageSetting
@{
string BType=ViewBag.BType;
Layout = "~/Views/Baike/_BaikeLayout.cshtml";
}
@section head{
搜索词条-@(Call.SiteName)百科}
@section content{
@MvcHtmlString.Create(ViewBag.result)
@Html.Partial("Search_List",Model)
}
@section script{
}