コード例 #1
0
ファイル: DataLoaderBuilder.cs プロジェクト: wlclass/MvcPager
 public static MvcHtmlString DataLoader(this AjaxHelper ajax, int totalItemCount, int pageSize, int pageIndex,
     string actionName, string controllerName,
     string routeName, DataLoaderOptions pagerOptions, object routeValues, DataLoadType loadType,
     object htmlAttributes)
 {
     
 }
コード例 #2
0
 public static MvcHtmlString DataLoader(this AjaxHelper ajax, int totalItemCount, int pageSize, int pageIndex,
                                        string actionName, string controllerName,
                                        string routeName, DataLoaderOptions pagerOptions, object routeValues, DataLoadType loadType,
                                        object htmlAttributes)
 {
 }