C# Class SampleMvcApp.Controllers.HomeController

Inheritance: System.Web.Mvc.AsyncController
Show file Open project: uglybugger/MvcNavigationHelpers

Public Methods

Method Description
AwfulIndex ( ) : System.Web.Mvc.ActionResult
DefaultLandingPage ( string someQuestion ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.RedirectResult
IndexAsync ( ) : Task
OneHop ( ) : Task
ThursdayLandingPage ( int someAnswer ) : System.Web.Mvc.ActionResult
TwoHop ( ) : Task

Method Details

AwfulIndex() public method

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

DefaultLandingPage() public method

public DefaultLandingPage ( string someQuestion ) : System.Web.Mvc.ActionResult
someQuestion string
return System.Web.Mvc.ActionResult

Index() public method

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

IndexAsync() public method

public IndexAsync ( ) : Task
return Task

OneHop() public method

public OneHop ( ) : Task
return Task

ThursdayLandingPage() public method

public ThursdayLandingPage ( int someAnswer ) : System.Web.Mvc.ActionResult
someAnswer int
return System.Web.Mvc.ActionResult

TwoHop() public method

public TwoHop ( ) : Task
return Task