コード例 #1
0
 public RedirectToPageResult OnPostActivate(long id)
 {
     _articleApplication.Activate(id);
     return(RedirectToPage("./List"));
 }