QuickGrid<TGridItem>.QueryParameterNamePrefix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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