DisplayName("label") | Designates the text to be displayed via the Html.LabelFor helper |
Range(min, max) | Specifies a valid range of values for the field |
Required | Marks a field as required a non-null, non-zero-length value |
StringLength(maxLength) | Specifies the maximum allowable length for a string field |