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

Inheritance: Controller
Afficher le fichier Open project: troygoode/ABsoluteMaybe

Méthodes publiques

Méthode Description
BeggingTotallyWorks ( ) : System.Web.Mvc.RedirectToRouteResult
Index ( ) : System.Web.Mvc.ViewResult
ShoppingCart ( ) : System.Web.Mvc.ViewResult
ThankYou ( ) : System.Web.Mvc.ViewResult

Private Methods

Méthode Description
ShoppingCart ( string form ) : System.Web.Mvc.RedirectToRouteResult

Method Details

BeggingTotallyWorks() public méthode

public BeggingTotallyWorks ( ) : System.Web.Mvc.RedirectToRouteResult
Résultat System.Web.Mvc.RedirectToRouteResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

ShoppingCart() public méthode

public ShoppingCart ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

ThankYou() public méthode

public ThankYou ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult