ABsoluteMaybe.SampleWebsite.MVC2.Controllers.HomeController.BeggingTotallyWorks C# (CSharp) Method

BeggingTotallyWorks() public method

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