<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-preview.8.20407.11" />

System.ComponentModel.DataAnnotations.DisplayFormatAttribute

namespace System.ComponentModel.DataAnnotations { public class DisplayFormatAttribute : Attribute { public string DataFormatString { get; set; } public string NullDisplayText { get; set; } public bool ConvertEmptyStringToNull { get; set; } public bool ApplyFormatInEditMode { get; set; } public bool HtmlEncode { get; set; } public Type NullDisplayTextResourceType { get; set; } public DisplayFormatAttribute(); public string GetNullDisplayText(); } }