@using WX.CRM.WebHelper; @model WX.CRM.Model.crmModel.Hg_KeyWordAllModel @{ ViewBag.Title = "企业微信合规关键字"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.ToolButtonPlain("btnSave", "icon-save", "保存", false, "")
@using (Html.BeginForm("Keyword", "Message", null, FormMethod.Post, new { Id = "CreateForm" })) { @Html.ValidationSummary(true)
关键字: @Html.TextAreaFor(m => m.keywords, 30,60,new {style="height:400px" }) 用半角;分隔
}