@using BuildFeed.Code @using System.Web.Mvc @using System.Web.Mvc.Html @using System.Web.Routing @helper PaginationBlock(int currentPage, int totalPages, string view, RouteValueDictionary rd) { string multiView = view + "Page"; if (totalPages > 1) {
} }