2 references to SortQueryParameterNameOrder
Microsoft.AspNetCore.Components.QuickGrid (2)
QuickGrid.razor.cs (2)
337[SortQueryParameterNameOrder] = ascending ? "asc" : "desc", 344var order = _queryParameterValueSupplier.GetQueryParameterValue(typeof(string), SortQueryParameterNameOrder) as string;