Пример #1
0
 public ActionResult random()
 {
     Article article = new Article();
     int id = article.GetRandom();
     // return RedirectPermanent("/story/number/" + id.ToString());
     return View(article);
 }