Method | Description | |
---|---|---|
AjaxPage ( int page ) : System.Web.Mvc.ActionResult | ||
Bootstrap ( int page ) : System.Web.Mvc.ActionResult | ||
Bootstrap3 ( int page ) : System.Web.Mvc.ActionResult | ||
CustomPageRouteValueKey ( MvcPaging.Demo.Models.SearchModel search ) : System.Web.Mvc.ActionResult | ||
Index ( int page ) : System.Web.Mvc.ActionResult | ||
IndexAjax ( ) : System.Web.Mvc.ActionResult | ||
PagingController ( ) : System.Collections.Generic | ||
ViewByCategories ( string categories, int page ) : System.Web.Mvc.ActionResult | ||
ViewByCategory ( string categoryName, int page ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
InitializeProducts ( ) : void |
public AjaxPage ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
return | System.Web.Mvc.ActionResult |
public Bootstrap ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
return | System.Web.Mvc.ActionResult |
public Bootstrap3 ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
return | System.Web.Mvc.ActionResult |
public CustomPageRouteValueKey ( MvcPaging.Demo.Models.SearchModel search ) : System.Web.Mvc.ActionResult | ||
search | MvcPaging.Demo.Models.SearchModel | |
return | System.Web.Mvc.ActionResult |
public Index ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
return | System.Web.Mvc.ActionResult |
public IndexAjax ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public PagingController ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public ViewByCategories ( string categories, int page ) : System.Web.Mvc.ActionResult | ||
categories | string | |
page | int | |
return | System.Web.Mvc.ActionResult |
public ViewByCategory ( string categoryName, int page ) : System.Web.Mvc.ActionResult | ||
categoryName | string | |
page | int | |
return | System.Web.Mvc.ActionResult |