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
179
private string SortQueryParameterNameBy =>
QueryParameterNameOptions
.Sort;
180
private string SortQueryParameterNameDirection =>
QueryParameterNameOptions
.Direction;
181
private string PageQueryParameterName =>
QueryParameterNameOptions
.Page;