真的是,用的时候就四处google,还是记在这里容易找
[MetadataType(typeof(Person.Metadata))] public partial class Person { private sealed class MetaData { [RegularExpression(...)] public string Email { get; set; } } }