C# 클래스 ArmedCards.Web.Controllers.HomeController

Controller responsible for handling the home screen
상속: Extensions.ArmedCardsController
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
ChangeLog ( ) : System.Web.Mvc.ActionResult
HowToPlay ( ) : System.Web.Mvc.ActionResult
Index ( bool showLogIn ) : System.Web.Mvc.ActionResult

Render the home screen

PrivacyPolicy ( ) : System.Web.Mvc.ActionResult
Robots ( ) : System.Web.Mvc.ActionResult

메소드 상세

ChangeLog() 공개 메소드

public ChangeLog ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

HowToPlay() 공개 메소드

public HowToPlay ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

Render the home screen
public Index ( bool showLogIn ) : System.Web.Mvc.ActionResult
showLogIn bool Should the log in modal be shown
리턴 System.Web.Mvc.ActionResult

PrivacyPolicy() 공개 메소드

public PrivacyPolicy ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Robots() 공개 메소드

public Robots ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult