Код: Выделить всё
public static string PageLinks(this HtmlHelper html, int currentPage, int totalPages, Func pageUrl)
{
StringBuilder result = new StringBuilder();
for (int i = 1; i
Подробнее здесь: [url]https://stackoverflow.com/questions/2880174/paging-helper-asp-net-mvc[/url]