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