Exemple #1
0
 public ActionResult Member()
 {
     if (Request.Browser.Browser == "InternetExplorer")
     {
         return(View("ErrorIE"));
     }
     return(View(_service.GetAllParticipants().ToList()));
 }