Select theme:
Radzen Blazor Studio has replaced Radzen as the primary RAD tool for Blazor applications.
Radzen Blazor Studio offers a modern UI, enhanced features, and improved performance to streamline your development process.
The latest documentation for Radzen Blazor Studio is available here: https://www.radzen.com/blazor-studio/documentation/
Open Radzen Blazor Studio docsThis guide demonstrates how to use the Login component.
| Name | Type | Default | Description | 
|---|---|---|---|
| Name | string | 'login' + index suffix | Unique name of the login. | 
| AllowRegister | boolean/expression | true | Is Register button visible. | 
| AllowResetPassword | boolean/expression | true | Is Reset password button visible. | 
| LoginText | string | 'Login' | Login button text. | 
| RegisterText | string | 'Register' | Register button text. | 
| UserText | string | 'Username' | User label text. | 
| UserRequiredText | string | 'Username is required' | User requred text. | 
| PasswordText | string | 'Password' | Password label text. | 
| PasswordRequiredText | string | 'Password is required' | Password requred text. | 

| Name | Type | Default | Description | 
|---|---|---|---|
| Login | event | null | Login event. Object with usernameandpasswordproperties as event argument. | 
| Register | event | null | Register event. No event arguments. | 

For more info about event actions please visit event actions in our documentation.
<rz-login #login0 (login)="login0Login($event)">
</rz-login>
Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: