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 docsWhen security is enabled Radzen will inject an instance of the SecurityService
class in all pages. It is available
as the Security
property.
Returns true
if the user is authenticated (logged in); otherwise false
;
Use it in Radzen as ${Security.IsAuthenticated()}
.
Returns true
if the user is from the specified role(s) or Administrator; otherwise false
;
Use it in Radzen as ${Security.IsInRole("Sales")}
.
Returns the current ApplicationUser instance.
Use it in Radzen as ${Security.User.Email}
.
Check Extend Application User for instructions about adding custom properties to the user.
Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: