猿问

asp.net mvc 中 Html.EditorFor 如何添加 htmlattribute 属性

asp.net mvc 中 Html.EditorFor 如何添加 htmlattribute 属性

我想把   @Html.EditorFor(model => model.Email) 在页面上生成只读的.就是添加:readonly="readonly"的html属性啊.


繁星点点滴滴
浏览 848回答 2
2回答

慕的地10843

应该是 new {@readonly="readonly"}吧

收到一只叮咚

替換EditorFor為TextBoxFor。EditorFor()方法會覆寫HTML屬性。如需使用EditorFor(),請嘗試使用模板。
随时随地看视频慕课网APP
我要回答