Radzen.Blazor by Radzen Ltd.

<PackageReference Include="Radzen.Blazor" Version="4.25.12" />

.NET API 1,575,424 bytes

 LoginArgs

public class LoginArgs
Supplies information about a Login event that is being raised.
public string Password { get; set; }

Gets or sets the password.

public bool RememberMe { get; set; }

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

public string Username { get; set; }

Gets or sets the username.

public LoginArgs()