Giter VIP home page Giter VIP logo

Comments (6)

sgjsakura avatar sgjsakura commented on May 24, 2024

HI, actually, the main problem for easily customize the generated link is that if your page have extra parameters more than Controller and Action name, all string-based generation manner may accidently missing some parameters.

Nevertheless, a simple implementatino for your requirement may be:

<pager item-default-link='PagerItemLinkGenerators.Format("/index/page/{0}")' />

Currently automatically detect and append url segement to current URL is not supported, you may have to set link generators for different pages. You may create a new generator to do this job but it may be difficult since there's no easy way to understand the meaning for each URL segment.

Wish it helps, and please feel free to reply if you have any new question :-)

from aspnetcore.

eBerdnA avatar eBerdnA commented on May 24, 2024

Thanks for your quick response. Unfortunately I do get the following error when I try to use your example.

'PagerItemLinkGenerators' does not contain a definition for 'Format'

Am I missing a using statement?

from aspnetcore.

sgjsakura avatar sgjsakura commented on May 24, 2024

Hi, the Format method is provided on the version 2.0.5, please try to update your package and check if the problem is solved. Thank you!

from aspnetcore.

eBerdnA avatar eBerdnA commented on May 24, 2024

When trying to use any version > 2.0.2-rc2 of 'Sakura.AspNetCore.Mvc.PagedList' I do get the following error when packages are restored:

Package Sakura.AspNetCore.Mvc.PagedList 2.0.3 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package Sakura.AspNetCore.Mvc.PagedList 2.0.3 supports: - net451 (.NETFramework,Version=v4.5.1) - netstandard1.6 (.NETStandard,Version=v1.6) One or more packages are incompatible with .NETCoreApp,Version=v1.0.

from aspnetcore.

sgjsakura avatar sgjsakura commented on May 24, 2024

HI, Unforetunately, I cannot reproduce your problem. I'm using .NET Tools For Visual Studio 2015 Preview 2, the sdk version in global.json is 1.0.0-preview2-003121. I've tryed to add a reference of Sakura.AspNetCore.Mvc.PagedList from version 2.0.3 to 2.0.5 and none error is generated. It seems this problem is not caused by the package. Could you make a double check for you project.json, especially for the frameworks parts? If the problem still occurs, could you please send me a demo solution for further diagnostics?

Thank you for you cooperation and help :-)

from aspnetcore.

eBerdnA avatar eBerdnA commented on May 24, 2024

I was really using an older version of .NET Tools. After upgrading these tools I can now use version 2.0.5 of Sakura.AspNetCore.Mvc.PagedList and your suggestion regarding the pager configuration is working as expected.
Thanks for your help.

from aspnetcore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.