Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 ASP.NET MVC 中,我们可以使用验证属性来装饰我们的属性。然后,此验证应用于表示层(视图、客户端)以及控制器和数据访问等。
我的问题是 - 我们可以在 WinForms 中以某种方式完成此任务吗?
在 Windows 窗体世界中,您将使用数据绑定,特别是IDataErrorInfo接口和相关类。