Esempio n. 1
0
 public ActionResult EditStaticPage(StaticPage editedStaticPage)
 {
     var ops = new BlogPostOperations();
     ops.EditStaticPage(editedStaticPage);
     //what view should be returned?
     return RedirectToAction("Index", "Home");
 }