Example #1
0
 [Obsolete]         //verify
 public ActionResult Remove()
 {
     WidgetServices.RemoveCurrentWidget();
     return(RedirectToAction("Index", "Home"));
 }