Show / Hide Table of Contents

Class Login.LoginInputModel

Inheritance
object
Login.LoginInputModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Pro.Public.MauiBlazor.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.MauiBlazor.dll
Syntax
public class Login.LoginInputModel

Constructors

LoginInputModel()

Declaration
public LoginInputModel()

Properties

Password

Declaration
[Required]
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
Type Description
string

UserNameOrEmailAddress

Declaration
[Required]
public string UserNameOrEmailAddress { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft