9 writes to Name
Aspire.Dashboard (9)
Components\Pages\Metrics.razor.cs (4)
40[SupplyParameterFromQuery(Name = "meter")] 44[SupplyParameterFromQuery(Name = "instrument")] 48[SupplyParameterFromQuery(Name = "duration")] 52[SupplyParameterFromQuery(Name = "view")]
Components\Pages\Resources.razor.cs (2)
65[SupplyParameterFromQuery(Name = "view")] 84[SupplyParameterFromQuery(Name = "resource")]
Components\Pages\StructuredLogs.razor.cs (2)
107[SupplyParameterFromQuery(Name = "logLevel")] 111[SupplyParameterFromQuery(Name = "filters")]
Components\Pages\Traces.razor.cs (1)
94[SupplyParameterFromQuery(Name = "filters")]
1 reference to Name
Microsoft.AspNetCore.Components (1)
Routing\SupplyParameterFromQueryValueProvider.cs (1)
31var queryParameterName = attribute.Name ?? parameterInfo.PropertyName;