C# Class ArmedCards.Web.Controllers.HomeController

Controller responsible for handling the home screen
Inheritance: Extensions.ArmedCardsController
Show file Open project: kwmcrell/ArmedCards

Public Methods

Method Description
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

Method Details

ChangeLog() public method

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

HowToPlay() public method

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

Index() public method

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

PrivacyPolicy() public method

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

Robots() public method

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