Pager

example of usage:
@Html.Awe().Pager().Url(Url.Action("Index"))
                .Count((int) ViewData["count"])
                .Page((int) ViewData["page"])

Properties

Url
url the pager buttons will link to
Count
Total number of pages
Page
current page



Comments
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our cookie policy and privacy policy .