Is DataType DataType.Password attribute and Password Property Text attribute do the same thing or is it different when to use what ?
code
[PasswordPropertyText]
[DataType(DataType.Password)]
public string Password { get; set; }
↧
What is the dfference between password property text and datatype(datatype.password) attributes
↧