コード例 #1
0
 public IActionResult OnPostActive(int id)
 {
     _articleCategory.Active(id);
     return(RedirectToPage("Index"));
 }