Method | Description | |
---|---|---|
About ( ) : System.Web.Mvc.ActionResult | ||
AllCategories ( ) : System.Web.Mvc.ActionResult | ||
AllComment ( int idBook = 1 ) : System.Web.Mvc.ActionResult | ||
Categories ( int id = -1, string category = "All", int page = 1 ) : System.Web.Mvc.ActionResult | ||
Detail ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( int _page = 1 ) : System.Web.Mvc.ActionResult |
public About ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public AllCategories ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public AllComment ( int idBook = 1 ) : System.Web.Mvc.ActionResult | ||
idBook | int | |
return | System.Web.Mvc.ActionResult |
public Categories ( int id = -1, string category = "All", int page = 1 ) : System.Web.Mvc.ActionResult | ||
id | int | |
category | string | |
page | int | |
return | System.Web.Mvc.ActionResult |
public Detail ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( int _page = 1 ) : System.Web.Mvc.ActionResult | ||
_page | int | |
return | System.Web.Mvc.ActionResult |