C# Class ABsoluteMaybe.SampleWebsite.MVC2.Controllers.HomeController

Inheritance: Controller
显示文件 Open project: troygoode/ABsoluteMaybe

Public Methods

Method Description
BeggingTotallyWorks ( ) : System.Web.Mvc.RedirectToRouteResult
Index ( ) : System.Web.Mvc.ViewResult
ShoppingCart ( ) : System.Web.Mvc.ViewResult
ThankYou ( ) : System.Web.Mvc.ViewResult

Private Methods

Method Description
ShoppingCart ( string form ) : System.Web.Mvc.RedirectToRouteResult

Method Details

BeggingTotallyWorks() public method

public BeggingTotallyWorks ( ) : System.Web.Mvc.RedirectToRouteResult
return System.Web.Mvc.RedirectToRouteResult

Index() public method

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

ShoppingCart() public method

public ShoppingCart ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

ThankYou() public method

public ThankYou ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult