AppleReceiptVerifier.Web.Controllers.HomeController.Index C# (CSharp) 메소드

Index() 공개 메소드

Indexes this instance.
public Index ( ) : System.Web.Mvc.ActionResult
리턴 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