答案 0 :(得分:1)
将以下代码添加到CSS中:
[Required(ErrorMessage = "\'D2\' should not be left blank and cannot contain all spaces.")]
[Range(10, 300, ErrorMessage = "\'D2\' must be within 10 and 300.")]
public System.Nullable<decimal> D2 { get; set; };
我相信你会在你的CSS中的某个地方调用类似于&#34; carousel button&#34;或类似的东西,以及应该去的地方。
获得CSS的副本会有所帮助,因此我可以告诉您确切的位置。