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
228
private string SortQueryParameterNameBy =>
QueryParameterNameOptions
.Sort;
229
private string SortQueryParameterNameDirection =>
QueryParameterNameOptions
.Direction;
230
private string PageQueryParameterName =>
QueryParameterNameOptions
.Page;