LoginArgs Class

Supplies information about a Login event that is being raised.

Inheritance

Object

LoginArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class LoginArgs

Constructors

LoginArgslink

Supplies information about a Login event that is being raised.

Declaration
public LoginArgs()

Properties

Passwordlink

Gets or sets the password.

Declaration
public string Password { get; set; }
Property Value
Type Description
stringGets or sets the password.

RememberMelink

Gets or sets a value indicating whether the user wants to remember their credentials.

Declaration
public bool RememberMe { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the user wants to remember their credentials.

Usernamelink

Gets or sets the username.

Declaration
public string Username { get; set; }
Property Value
Type Description
stringGets or sets the username.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙