QuickGrid<TGridItem>.QueryParameterNamePrefix プロパティ

定義

ページと並べ替え URL パラメーターの派生元となるパラメーター。 既定値は空の文字列であり、"page"、"sort"、および "order" という名前のクエリ パラメーターになります。 "products" などの空でない値を指定した場合、クエリ パラメーターは "products_page"、"products_sort"、"products_order" になります。 これにより、URL パラメーターが互いに競合することなく、同じページ上で複数の QuickGrid<TGridItem> コンポーネントを使用できます。

[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

プロパティ値

属性

適用対象