C# 클래스 BlueCollar.Dashboard.Controllers.HomeController

Implements the home controller.
상속: BlueCollarController
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult

GET implementation of the index action.

Test ( ) : System.Web.Mvc.ActionResult

GET implementation of the test action.

메소드 상세

Index() 공개 메소드

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

Test() 공개 메소드

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