asp.net mvc 中 Html.EditorFor 如何添加 htmlattribute 属性我想把 @Html.EditorFor(model => model.Email) 在页面上生成只读的.就是添加:readonly="readonly"的html属性啊. 查看完整描述