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