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