@using System.Data @using ZoomLa.Common @model ZoomLa.SQLDAL.SQL.PageSetting @{ Layout = "~/Views/Shared/_empty.cshtml"; } @section head{ 关键字 } @section content{
@Html.Partial("Keywords_List",Model)
} @section script{ }