Table of Contents

Class AccountLoginModel

Namespace
The.Web.Security
Assembly
Instagile.Web.Client.dll

Used with ASP.NET Core Identity and SignInManager

public class AccountLoginModel
Inheritance
AccountLoginModel
Inherited Members

Properties

ErrorRedirect

public Uri? ErrorRedirect { get; set; }

Property Value

Uri

Password

[Required]
[DataType(DataType.Password)]
public string Password { get; set; }

Property Value

string

SaveCookie

[Display(Name = "Save cookie?")]
public bool SaveCookie { get; set; }

Property Value

bool

SuccessRedirect

public Uri? SuccessRedirect { get; set; }

Property Value

Uri

Username

[Required]
public string Username { get; set; }

Property Value

string