远程数据注释的单一条目?

时间:2013-07-24 15:20:51

标签: asp.net-mvc asp.net-mvc-3 data-annotations

每个属性只能有一个Remote Annotation吗?

[Remote("CumstomValidationMethod1", "MyValidationController")]
[Remote("CumstomValidationMethod2", "MyValidationController")]

public string MyField { get; set; }

给我一​​个重复的“远程”属性。

我必须合并两种方法的逻辑才能使其正常工作。

检查远程的重载...无适应。多个领域也不是我想要的。

0 个答案:

没有答案