关于[Hutch Codes — App Settings in Client-Side Blazor]的摘要:
I’ve been spoiled by Asp.Net and expect app settings to just work, but there is no easily configured app settings story for client-side Blazor yet. What I’m looking for is the ability to set some settings on a per-environment (dev/test/beta/prod) through Azure App Service Application Settings. The goal is one build artifact that moves from environment to environment with zero changes.
原文地址: https://hutchcodes.net/2019/12/blazor-wasm-app-settings/