我不想要PostalCode字段,但我确实希望使用{digest=org.apache.http.impl.auth.DigestSchemeFactory@481a996b}
Annotation来验证条目。
我还想知道如果在[DataType(DataType.PostalCode)]
页面上显示该字段中的numberpicker属性,该怎么做。
Create.cshtml
答案 0 :(得分:4)
邮政编码应为字符串 - 否则带有前导零的邮政编号即02188将保存为2188.
[DataType(DataType.PostalCode)]
public virtual string Postalcode { get; set; }