4 references to QueryParameterNameOptions
Microsoft.AspNetCore.Components.QuickGrid (4)
QuickGrid.razor.cs (4)
121/// Specifies the <see cref="QueryParameterNameOptions"/> used to persist the page, sort column, and sort direction 179private string SortQueryParameterNameBy => QueryParameterNameOptions.Sort; 180private string SortQueryParameterNameDirection => QueryParameterNameOptions.Direction; 181private string PageQueryParameterName => QueryParameterNameOptions.Page;