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