@{ ViewBag.Title = "kemuMessage"; } @model dccdc.Models.newsinfoModel @section scripts{ }
@Html.HiddenFor(m => m.id, new { id = "id" })
标题: @Html.TextBoxFor(m => m.bt, new { @class = "l-text" }) @Html.ValidationMessageFor(m => m.bt)
内容:
阅读: @Html.TextBoxFor(m => m.yd, new { @class = "l-text", @type = "number" }) @Html.ValidationMessageFor(m => m.yd)
状态: @Html.DropDownListFor(m => m.zt, ViewData["ztD"] as SelectList, "----请选择----")@Html.ValidationMessageFor(m => m.zt)