Class LoginModel.LoginInputModel
Inheritance
LoginModel.LoginInputModel
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class LoginModel.LoginInputModel
Constructors
LoginInputModel()
Declaration
Properties
Password
Declaration
[Required]
[DynamicStringLength(typeof(IdentityUserConsts), "MaxPasswordLength", null)]
[DataType(DataType.Password)]
[DisableAuditing]
public string Password { get; set; }
Property Value
RememberMe
Declaration
public bool RememberMe { get; set; }
Property Value
UserNameOrEmailAddress
Declaration
[Required]
[DynamicStringLength(typeof(IdentityUserConsts), "MaxEmailLength", null)]
public string UserNameOrEmailAddress { get; set; }
Property Value
Extension Methods