C# Class MuaChungManage.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: khanhthietbi/MuachungMVC5

Méthodes publiques

Méthode Description
About ( ) : System.Web.Mvc.ActionResult
Contact ( ) : System.Web.Mvc.ActionResult
DeletefromCart ( string phone, int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
ListOrderCustomer ( string phone ) : System.Web.Mvc.ActionResult
Order ( ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Order ( Order order ) : System.Web.Mvc.ActionResult

Method Details

About() public méthode

public About ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Contact() public méthode

public Contact ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

DeletefromCart() public méthode

public DeletefromCart ( string phone, int id ) : System.Web.Mvc.ActionResult
phone string
id int
Résultat System.Web.Mvc.ActionResult

Details() public méthode

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

ListOrderCustomer() public méthode

public ListOrderCustomer ( string phone ) : System.Web.Mvc.ActionResult
phone string
Résultat System.Web.Mvc.ActionResult

Order() public méthode

public Order ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult