Class LoginArgs
Supplies information about a Login event that is being raised.
Inheritance
System.Object
LoginArgs
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class LoginArgs : object
Properties
Password
Gets or sets the password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Boolean |
Username
Gets or sets the username.
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |