Method | Description | |
---|---|---|
AllProducts ( ) : System.Web.Mvc.ActionResult | ||
GetAllProducts ( ) : System.Web.Mvc.ActionResult | ||
ProductCategories ( ) : System.Web.Mvc.ActionResult | ||
ProductController ( ) : System | ||
ProductDetails ( int id ) : System.Web.Mvc.ActionResult | ||
ProductsInCategory ( string category ) : System.Web.Mvc.PartialViewResult | ||
UniqueCategory ( ) : void |
public AllProducts ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public GetAllProducts ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ProductCategories ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ProductDetails ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ProductsInCategory ( string category ) : System.Web.Mvc.PartialViewResult | ||
category | string | |
return | System.Web.Mvc.PartialViewResult |