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

ConvertTest2() public method

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

            return RedirectToAction("Results");
        }