Skip to content

My HtmlHelper extension method to create paging links in ASP.NET MVC

Notifications You must be signed in to change notification settings

kristofclaes/PagingLinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PagingLinks

This is my small HtmlHelper extension method to generate paging links in ASP.NET MVC.

Usage

@Html.PagingLinks(Model.CurrentPage, Model.TotalPages)

or

@Html.PagingLinks(Model.CurrentPage, Model.TotalPages, "p")

The third optional parameter specifies the name of the routevalue or querystring parameter that contains the pagenumber.

About

My HtmlHelper extension method to create paging links in ASP.NET MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages