@model NP.Model.VMCC @{ Layout = "~/Views/Shared/_PopupLayout.cshtml"; }
@if (Model.mno > 0) { } else { }
받는사람
  • @Model.Memo.cnoname (@(Model.Memo.email ?? "-"))
받는사람  
수신자 선택
    제목@Html.TextBox("Memo.mtitle", "", new { @class = "form-control", @maxlength = "50" })
    내용@Html.TextArea("Memo.mcontents", "", new { @class = "form-control", @style = "height: 150px; resize: none;" })
    첨부파일
    @Html.HiddenFor(m => m.mno) @Html.HiddenFor(m => m.Memo.mno) @Html.HiddenFor(m => m.Memo.pmno)
    발송 닫기
    @Html.Partial("./Partial/UserBox", "bindUser;사용자 검색;999", new ViewDataDictionary { { "assigns", Model.Assigns },{"userauths",Model.userauths } }) @section scriptsHeader{ } @section scripts{ }