Pager(this AjaxHelper ajax, int totalPageCount, int pageIndex, string actionName, string controllerName, string routeName, PagerOptions options, object routeValues, AjaxOptions ajaxOps, object htmlAttributes)
Pager(this AjaxHelper ajax, int totalPageCount, int pageIndex, string actionName, string controllerName, string routeName, PagerOptions options, RouteValueDictionary routeValues, AjaxOptions ajaxOps, IDictionary<string,object> htmlAttributes)
Pager(AjaxHelper ajax,PagerOptions pagerOptions,IDictionary<string,object> htmlAttributes)
Pager<T>(this AjaxHelper ajax, PagedList<T> pagedList, AjaxOptions ajaxOptions)
Pager<T>(this AjaxHelper ajax, PagedList<T> pagedList,PagerOptions options, AjaxOptions ajaxOptions)
Pager<T>(this AjaxHelper ajax, PagedList<T> pagedList, PagerOptions options, AjaxOptions ajaxOptions, object htmlAttributes)
Pager<T>(this AjaxHelper ajax, PagedList<T> pagedList, PagerOptions options, AjaxOptions ajaxOptions, IDictionary<string,object> htmlAttributes)
Pager<T>(this AjaxHelper ajax, PagedList<T> pagedList, string routeName, object routeValues, AjaxOptions ajaxOptions, object htmlAttributes)
Pager<T>(this AjaxHelper ajax, PagedList<T> pagedList, string routeName, RouteValueDictionary routeValues, AjaxOptions ajaxOptions,IDictionary<string,object> htmlAttributes)
Pager<T>(this AjaxHelper ajax, PagedList<T> pagedList, string routeName,object routeValues,PagerOptions options, AjaxOptions ajaxOptions, object htmlAttributes)
Pager<T>(this AjaxHelper ajax, PagedList<T> pagedList, string routeName, RouteValueDictionary routeValues, PagerOptions options, AjaxOptions ajaxOptions, IDictionary<string,object> htmlAttributes)
