@model ZoomLa.SQLDAL.SQL.PageSetting @using ZoomLa.BLL @{ Layout = "~/Views/Shared/_ask.cshtml"; B_GuestAnswer ansBll = new B_GuestAnswer(); string qids = ansBll.GetUserAnswerIDS(new B_User(Context).GetLogin().UserID); M_UserInfo mu = ViewBag.mu; } @section head{我的回答} @section content{
@Html.Partial("MyAnswerList_List",Model)
} @section script{ }