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

System.ComponentModel.DataAnnotations.UIHintAttribute

public class UIHintAttribute : Attribute
namespace System.ComponentModel.DataAnnotations { public class UIHintAttribute : Attribute { public string UIHint { get; } public string PresentationLayer { get; } public IDictionary<string, object> ControlParameters { get; } public UIHintAttribute(string uiHint); public UIHintAttribute(string uiHint, string presentationLayer); public UIHintAttribute(string uiHint, string presentationLayer, params object[] controlParameters); } }