예제 #1
0
 public IActionResult OnPost()
 {
     movieData.AddRating(Movie, Rating);
     return(RedirectToPage("../Index"));
 }