C# Class MuaChungManage.Controllers.HomeController

Inheritance: Controller
显示文件 Open project: khanhthietbi/MuachungMVC5

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Order ( Order order ) : System.Web.Mvc.ActionResult

Method Details

About() public method

public About ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Contact() public method

public Contact ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

DeletefromCart() public method

public DeletefromCart ( string phone, int id ) : System.Web.Mvc.ActionResult
phone string
id int
return System.Web.Mvc.ActionResult

Details() public method

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ListOrderCustomer() public method

public ListOrderCustomer ( string phone ) : System.Web.Mvc.ActionResult
phone string
return System.Web.Mvc.ActionResult

Order() public method

public Order ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult