Supplies information about a Login event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class LoginArgsSupplies information about a Login event that is being raised.
public LoginArgs()Gets or sets the password.
public string Password { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the password. |
Gets or sets a value indicating whether the user wants to remember their credentials.
public bool RememberMe { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the user wants to remember their credentials. |
Gets or sets the username.
public string Username { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the username. |