Class Login
Inherited Members
Namespace: DataWeb.Identity
Assembly: DataWeb.Core.dll
Syntax
public class Login
Properties
IsPersistent
Declaration
public bool IsPersistent { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Password
Declaration
[Required(ErrorMessage = "Account.Common.Password_Required")]
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserName
Declaration
[Required(ErrorMessage = "Account.Common.EmailOrUserName_Required")]
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |