5 references to GetPageUrl
Microsoft.AspNetCore.Components.QuickGrid (5)
_generated\1\Paginator_razor.g.cs (4)
143
CanGoBack ?
GetPageUrl
(0) : null
169
CanGoBack ?
GetPageUrl
(State.CurrentPageIndex - 1) : null
224
CanGoForwards ?
GetPageUrl
(State.CurrentPageIndex + 1) : null
250
CanGoForwards ?
GetPageUrl
(State.LastPageIndex.GetValueOrDefault(0)) : null
Pagination\Paginator.razor.cs (1)
57
NavigationManager.NavigateTo(
GetPageUrl
(pageIndex));