标签: jquery html
我需要将此字段设置为ck编辑器,但其最大长度属性不起作用。
@Html.TextAreaFor(model => model.TxtContent, new { @maxlength = "50", @onchange = "ShowSave();" })