AppleReceiptVerifier.Web.Controllers.HomeController.Index C# (CSharp) Method

Index() public method

Indexes this instance.
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            ReceiptTestViewModel model = new ReceiptTestViewModel();
            model.Environment = "production";
            return this.View(model);
        }

Same methods

HomeController::Index ( ReceiptTestViewModel model ) : System.Web.Mvc.ActionResult
HomeController