QuickGrid<TGridItem>.QueryParameterNamePrefix Property

Definition

The parameter from which the page and sorting URL parameters are derived. The default value is an empty string, which results in query parameters named "page", "sort", and "order". If you provide a non-empty value, for example "products", then the query parameters will be "products_page", "products_sort", and "products_order". This allows you to use multiple QuickGrid<TGridItem> components on the same page without their URL parameters conflicting with each other.

[Microsoft.AspNetCore.Components.Parameter]
public string QueryParameterNamePrefix { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.QueryParameterNamePrefix : string with get, set
Public Property QueryParameterNamePrefix As String

Property Value

Attributes

Applies to