我有一個問題,基本上我有一個有很多字段的表單,並且它們都具有必需的屬性集,所以當您將它留空並單擊確定,你會得到客戶端驗證,並且它變成紅色。它對所有exept EditorTemplate都適用。 我的模型如下: public class MyModel
{
[Required]
public string Username{get;set;}
public Loc
我有多個在我的數據庫中有地址字段的表。 例如: 人:姓名,地址,地址1,cityid,STATEID,countryid,PIN碼,... 公司:名稱,地址,地址1,cityid,STATEID,countryid,PIN碼,... 。 。 相關的ViewModels: public class customermodel{
public PersonModel basicInfo {g
我型號 [DataType(DataType.Date, ErrorMessage = "Please enter a valid date in the format MM/dd/yyyy")]
[DisplayFormat(DataFormatString = "{0:d}", ApplyFormatInEditMode = true)]
[Display(Name = "