示例#1
0
 public IActionResult OnPostAsync()
 {
     if (!ModelState.IsValid)
     {
         return(Page());
     }
     ClientStore.UpdateClient(Client);
     return(RedirectToPage("./Index"));
 }