1 implementation of BaseAddress
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostEnvironment.cs (1)
16
public string
BaseAddress
{ get; }
2 references to BaseAddress
BasicTestApp (1)
Program.cs (1)
34
builder.Services.AddSingleton(new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.
BaseAddress
) });
HostedBlazorWebassemblyApp.Client (1)
Program.cs (1)
24
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.
BaseAddress
) });