I have several fields in my entity that I want to be unavailable for editing. Looking at the docs, it looks like the "EditableAttribute" will do the trick. However it is only 4.0
Just wondering if there are other attributes that will have the effect of desire. So be clear
I have a field called "DateRegistered". I want to show this as a string, not a text field, using "Html.EditorFor"
source
share