@using ZoomLa.Common @functions{ public M_UserInfo smu { get { return ViewBag.smu; } } } @{ Layout = "_empty"; } } @section head{ 历史聊天记录 } @section content{
@("与" + smu.UserName + "的聊天记录")
@Html.Partial("History_List")
} @section script{ }