Class PasswordRemind
Inherited Members
Namespace: DataWeb.Identity
Assembly: DataWeb.Core.dll
Syntax
public class PasswordRemind
Properties
Declaration
[Required(ErrorMessage = "Account.Common.Email_Required")]
[StringLength(256, ErrorMessage = "Account.Common.Email_NotValid")]
[EmailAddress(ErrorMessage = "Account.Common.Email_NotValid")]
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |