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