C# Class RTDealsWebApplication.Controllers.HomeController

Inheritance: Controller
Datei anzeigen Open project: jediskywalker/RTDeals

Public Methods

Method Description
About ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Logout ( ) : System.Web.Mvc.ActionResult
Search ( string keyword ) : System.Web.Mvc.ActionResult

Method Details

About() public method

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

Index() public method

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

Logout() public method

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

Search() public method

public Search ( string keyword ) : System.Web.Mvc.ActionResult
keyword string
return System.Web.Mvc.ActionResult