Radzen.Blazor by Radzen Ltd.

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

.NET API 1,071,616 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 string Username { get; set; }

Gets or sets the username.

public LoginArgs()