79219031

Date: 2024-11-23 23:23:21
Score: 1
Natty:
Report link

Configure your server app to load Azure app configurations and then expose the settings you want your Blazor WASM client to have via an API endpoint and a shared class. In the Blazor WASM app create a component that wraps the entire app and makes a call to that API. Obviously, you won't be able to read these settings using IConfiguration, so store them in another singleton service.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
Posted by: Eugene