9 writes to Name
Aspire.Dashboard (9)
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 (2)
61[SupplyParameterFromQuery(Name = "view")] 80[SupplyParameterFromQuery(Name = "resource")]
Components\Pages\StructuredLogs.razor.cs (2)
103[SupplyParameterFromQuery(Name = "logLevel")] 107[SupplyParameterFromQuery(Name = "filters")]
Components\Pages\Traces.razor.cs (1)
91[SupplyParameterFromQuery(Name = "filters")]
1 reference to Name
Microsoft.AspNetCore.Components (1)
Routing\SupplyParameterFromQueryValueProvider.cs (1)
31var queryParameterName = attribute.Name ?? parameterInfo.PropertyName;