Implemented interface member:
property
this
Microsoft.Extensions.Configuration.IConfiguration.this[System.String]
4 references to
BlazorHosted.ClientServiceDefaults (2)
Extensions.cs (2)
38var otlpPathBase = builder.Configuration["OTEL_EXPORTER_OTLP_ENDPOINT"]; 44var serviceName = builder.Configuration["OTEL_SERVICE_NAME"]!;
BlazorStandalone.ClientServiceDefaults (2)
Extensions.cs (2)
38var otlpPathBase = builder.Configuration["OTEL_EXPORTER_OTLP_ENDPOINT"]; 44var serviceName = builder.Configuration["OTEL_SERVICE_NAME"]!;