MVC3 EditorFor readOnly

前端 未结 12 1666
谎友^
谎友^ 2020-12-05 09:04

I want to make readOnly with EditorFor in edit page.

I tried to put readonly and disabled as:

@Html.Editor
12条回答
  •  隐瞒了意图╮
    2020-12-05 09:59

    @Html.EditorFor(model => model.userName)

    Use jquery to disable

    
    

提交回复
热议问题