コード例 #1
0
        public async Task <IActionResult> OnPostAsync()
        {
            await _storageService.AddQuestionAsync(this.Question);

            return(RedirectToPage("/Success"));
        }