@model ZoomLa.SQLDAL.SQL.PageSetting @{ Layout = "~/Views/Shared/_ask.cshtml"; } @section head{ 问题列表-@(Call.SiteName)问答 } @section content{
@Html.Partial("List_List",Model)
} @section script{ }