Class LoginModel.LoginInputModel
Inheritance
System.Object
LoginModel.LoginInputModel
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: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class LoginInputModel
Properties
Password
Declaration
[Required]
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RememberMe
Declaration
public bool RememberMe { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UserNameOrEmailAddress
Declaration
[Required]
public string UserNameOrEmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |