@model ZoomLa.Model.M_Message @using ZoomLa.BLL @using ZoomLa.BLL.Helper @{ B_User buser = new B_User(); } @section head{ 阅读站内邮 } @section content{
@Html.Partial("/Areas/User/Views/Message/MessageTop.cshtml")
发件人 @Model.UserName
收件人 @buser.GetUserNameByIDS(Model.Incept.ToString())
标题 @Model.Title
发送时间 @DateHelper.ToDate(Model.PostDate)
邮件内容 @MvcHtmlString.Create(Model.Content)
附件
    @Html.HiddenFor(p=>p.Attachment)
    操作 回复消息
    } @section script{ }