8 writes to Name
Aspire.Dashboard (8)
Components\Pages\Metrics.razor.cs (4)
38[SupplyParameterFromQuery(Name = "meter")] 42[SupplyParameterFromQuery(Name = "instrument")] 46[SupplyParameterFromQuery(Name = "duration")] 50[SupplyParameterFromQuery(Name = "view")]
Components\Pages\Resources.razor.cs (1)
62[SupplyParameterFromQuery(Name = "resource")]
Components\Pages\StructuredLogs.razor.cs (2)
100[SupplyParameterFromQuery(Name = "logLevel")] 104[SupplyParameterFromQuery(Name = "filters")]
Components\Pages\Traces.razor.cs (1)
88[SupplyParameterFromQuery(Name = "filters")]
1 reference to Name
Microsoft.AspNetCore.Components (1)
Routing\SupplyParameterFromQueryValueProvider.cs (1)
31var queryParameterName = attribute.Name ?? parameterInfo.PropertyName;