I\'m looking to use attributes to mark view model properties as readonly so that the view fields are read only in the rendered view. Applying System.ComponentModel.DataAnnot
don't know if you've figured this out yet, but we use
System.ComponentModel.ReadOnlyAttribute
usage
[ReadOnly(true)]