Blazor UI: Settings
Blazor applications can reuse the same ISettingProvider
service that is explained in the settings document.
ISettingProvider
ISettingProvider
is used to get the value of a setting or get the values of all the settings.
Example usages in a simple service
Example usage in a Razor Component