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 article demonstrates how to use the Notification component. Check also the component guide and API reference.
<RadzenNotification />
in your application main layout.
NotificationService
in your application Startup or Program.
NotificationService
in your page.
Notify()
method of the notification service with new NotificationMessage
with desired properties.
@inject NotificationService notificationService
...
<RadzenButton Text="Show success notification"
Click="@(args => ShowNotification(new NotificationMessage() { Severity = NotificationSeverity.Success, Summary = "Success Summary", Detail = "Success Detail", Duration = 4000 }))" />
Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: