Message in Korean (한국어)

예를 들어 다음은 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
Available localized messages
Russian (Русский) Spanish (Español) Chinese (Simplified) (中文(简体)) Prior (Message) Chinese (Traditional) (中文(繁體)) French (Français) German (Deutsch) Italian (Italiano) Next (Message) Japanese (日本語)