Example #1
0
 public ActionResult Results(TagsModel m)
 {
     m.SetCurrentTag();
     InitExportToolbar();
     return(View(m));
 }