AyBeSeeExample.Controllers.HomeController.ConvertTest3 C# (CSharp) Method

ConvertTest3() public method

public ConvertTest3 ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult ConvertTest3()
        {
            //Tell the ABTester this was the "downloaded" event
            ABTester.Convert("exampletest3");

            return RedirectToAction("Results");
        }