所以在我看来我可以添加数据-XX但我可以在模型中执行此操作而不必将代码添加到视图中吗?像这样或其他方式来做这件事
[data-input-mask('99/99/9999')]
public string SomeDate { get; set; }
答案 0 :(得分:2)
最完整的解决方案是创建自定义属性,如以下文章中所述
[http://www.codeproject.com/Tips/642477/Input-Masking-in-MVC-using-Data-Annotation][1]