Message in Japanese (日本語)
たとえば、次の例は Xyz プロパティを 必須プロパティに設定し、有効な値の形式を指定します: [Required] [RegularExpression("[A-Z][A-Za-z0-9]*")] [StringLength(32)] public string Xyz { get; set; }
Unlocalized message
For example, the following marks the Xyz property as a required property and specifies the format for valid values: [Required] [RegularExpression("[A-Z][A-Za-z0-9]*")] [StringLength(32)] public string Xyz { get; set; }
Search by Google