@using FreeSql.Site.Entity; @model FreeSql.Site.Entity.DocumentContent
@Html.HiddenFor(m => m.ID) @Html.HiddenFor(m => m.CreateBy) @Html.HiddenFor(m => m.CreateDt) @Html.HiddenFor(m => m.WatchCount) @Html.HiddenFor(m => m.StarCount)
@Html.DropDownList("TypeID", ViewBag.DocumentTypeList as List, "", new Dictionary { { "class", "plate_text" } }) @**@
@Html.TextBoxFor(m => m.DocTitle, "", new Dictionary { { "autocomplete", "off" }, { "class", "layui-input " }, { "lay-verify", "title" }, { "placeholder", "请输入标题" } })
@Html.TextBoxFor(m => m.DocAbstract, "", new Dictionary { { "autocomplete", "off" }, { "class", "layui-input " }, { "lay-verify", "title" }, { "placeholder", "请输入摘要" } })
@*
*@
@Html.TextAreaFor(m => m.DocContent, new Dictionary { { "autocomplete", "off" }, { "placeholder", "请输入内容" } }) @**@