Method | Description | |
---|---|---|
Category ( string category ) : System.Web.Mvc.ActionResult | ||
Color ( string color ) : System.Web.Mvc.ActionResult | ||
Favorites ( string shop ) : System.Web.Mvc.ActionResult | ||
Front ( ) : System.Web.Mvc.ActionResult | ||
Shop ( string shop ) : System.Web.Mvc.ActionResult | ||
Sizes ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
CategoryByName ( string category ) : System.Web.Mvc.ActionResult | ||
ColorByName ( string color ) : System.Web.Mvc.ActionResult | ||
FavoritesByName ( string shop ) : System.Web.Mvc.ActionResult | ||
ShopByName ( string shop ) : System.Web.Mvc.ActionResult | ||
ShowHomeView ( HomeModel model ) : System.Web.Mvc.ActionResult |
public Category ( string category ) : System.Web.Mvc.ActionResult | ||
category | string | |
return | System.Web.Mvc.ActionResult |
public Color ( string color ) : System.Web.Mvc.ActionResult | ||
color | string | |
return | System.Web.Mvc.ActionResult |
public Favorites ( string shop ) : System.Web.Mvc.ActionResult | ||
shop | string | |
return | System.Web.Mvc.ActionResult |
public Front ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Shop ( string shop ) : System.Web.Mvc.ActionResult | ||
shop | string | |
return | System.Web.Mvc.ActionResult |
public Sizes ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |