1 write to Configuration
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
83
Configuration
= new WebAssemblyHostConfiguration();
4 references to Configuration
Microsoft.AspNetCore.Components.WebAssembly (4)
Hosting\WebAssemblyHost.cs (1)
54
_configuration = builder.
Configuration
;
Hosting\WebAssemblyHostBuilder.cs (3)
65
builder.
Configuration
.AddEnvironmentVariables();
216
Configuration
.Add<JsonStreamConfigurationSource>(s => s.Stream = new MemoryStream(appSettingsJson));
320
Services.AddSingleton<IConfiguration>(
Configuration
);