Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 325 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 325 Bytes

Gibe Pager

Some reusable utilities and models for creating pagers

install-package Gibe.Pager

or for >= .NET 5.0

dotnet add package Gibe.Pager

You'll need to implement the ICurrentUrlService.

Then, you'll need to init the DI via

services.AddGibePager<T>() where T is your ICurrentUrlService implementation