ABsoluteMaybe.SampleWebsite.MVC2.Controllers.HomeController.BeggingTotallyWorks C# (CSharp) Méthode

BeggingTotallyWorks() public méthode

public BeggingTotallyWorks ( ) : System.Web.Mvc.RedirectToRouteResult
Résultat System.Web.Mvc.RedirectToRouteResult
        public RedirectToRouteResult BeggingTotallyWorks()
        {
            ABsoluteMaybe.Convert("Begging_Totally_Works");
            return RedirectToAction("ShoppingCart");
        }