Select theme:
When 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.
Download NowSelect theme: