C# Class BlueCollar.Dashboard.Controllers.HomeController

Implements the home controller.
Inheritance: BlueCollarController
ファイルを表示 Open project: ChadBurggraf/blue-collar

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

GET implementation of the index action.

Test ( ) : System.Web.Mvc.ActionResult

GET implementation of the test action.

Method Details

Index() public method

GET implementation of the index action.
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Test() public method

GET implementation of the test action.
public Test ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult