コード例 #1
0
        public ActionResult ThankYou()
        {
            var model = new TenantMasterPageViewData {
                Title = "Thank you for filling the survey"
            };

            return(this.View(model));
        }
コード例 #2
0
        public ActionResult Join()
        {
            var model = new TenantMasterPageViewData {
                Title = "Join Tailspin"
            };

            return(this.View(model));
        }