So is an [Email] attribute built in ASP.NET MVC 3 or not?

前端 未结 4 1667
小鲜肉
小鲜肉 2021-02-20 03:11

The [Email] attribute was going to be built into ASP.NET MVC 3 as it was in futures? So is it now available or not? I guess it is quite a dumb question but I\'ve sp

4条回答
  •  感情败类
    2021-02-20 03:56

    [System.ComponentModel.DataAnnotations.EmailAddressAttribute] turns out to validate email by regex (at least in 4.5)

提交回复
热议问题