Show / Hide Table of Contents

Class LoginModel.LoginInputModel

Inheritance
object
LoginModel.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.Public.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class LoginModel.LoginInputModel

Constructors

LoginInputModel()

Declaration
public LoginInputModel()

Properties

Password

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

RememberMe

Declaration
public bool RememberMe { get; set; }
Property Value
Type Description
bool

UserNameOrEmailAddress

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