sgjsakura / AspNetCore

ASP.NET Core Extension Library
Apache License 2.0
162 stars 26 forks source link

Custom paging parameters cannot be obtained #31

Closed yujiajunbmj closed 6 years ago

yujiajunbmj commented 6 years ago

page

global public void ConfigureServices(IServiceCollection services) { services.AddBootstrapPagerGenerator(options => { // Use default pager options. options.ConfigureDefault(); }); } action `public IActionResult DataPager(string tagname,int page) {

} ` The tagname does not get the parameter value I don't know if I have any other configuration wrong? Thank you for your reply.

sgjsakura commented 6 years ago

I'm closing this issue since it is duplicated with #30 .