在编辑屏幕上,我允许用户编辑记录。但我不希望他们编辑 lastUseDate。如何将其设置为只读,而不是 EditorFor LastUseDate,禁用?
@Html.EditorFor(x => x.Device.LastUseDate)
在编辑屏幕上,我允许用户编辑记录。但我不希望他们编辑 lastUseDate。如何将其设置为只读,而不是 EditorFor LastUseDate,禁用?
@Html.EditorFor(x => x.Device.LastUseDate)