public class Vm { [Required] [StringLength(35)] public string Name {get;set;} } ... There is a much better solution using asp.net MVC 3 these days incase ...
確定! 回上一頁