Class ForgotPasswordViewModel
Inheritance
System.Object
ForgotPasswordViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Identity.Models.AccountViewModels
Assembly: mix.identity.dll
Syntax
public class ForgotPasswordViewModel
Properties
| Improve this Doc View SourceGets or sets the email.
Declaration
[Required]
[EmailAddress]
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String | The email. |