Hello radzen Team,
how does the
- (Blazor) Global application properties added.
works?
Where can i define them?
Thanks for Hepl
Thomas
Hello radzen Team,
how does the
works?
Where can i define them?
Thanks for Hepl
Thomas
You can define them like other properties - just check Global CheckBox.
Ahh... I see.
Thank you!
@enchev Just want to confirm, is a Global application wide in scope of just session wide in scope?
@kgordon It's a scoped service (unique for every user):
services.AddScoped();