Beispiel #1
0
 public static void Email <T>(this IRuleBuilderInitial <T, string> field)
 {
     field
     .EmailAddress()
     .WithMessage("Enter an email address in the correct format");
 }