@model NP.Model.VMCC
@{
Layout = "~/Views/Shared/_PopupLayout.cshtml";
}
보낸사람
@Model.Memo.cnoname @Model.Memo.cdtymdbrhms
받는사람
@Html.Raw(string.Join("", Model.Memos.Select(s => string.Format("
시간
@Model.Memo.cdtymdhms
제목 @Model.Memo.mtitle
내용 @Html.Raw(Model.Memo.mcontents.Replace(System.Environment.NewLine, "
"))
첨부파일
@Html.Partial("./Partial/File", Model.FileList, new ViewDataDictionary {
{ "name", "fgno" },{"value", 0 },{ "fname", "file"},
{"width", null },{"folder", "Resume" },{"filecount", 5 },
{"readmode", 1 },{"hidemode", 0 },
{ "isimage", 0 },{ "imageid", "" },{ "dftsrc", "" },
{ "fileext", "" }
})