//
 // GET: /UserRight/
 public ActionResult Index()
 {
     ControllerUtil util = new ControllerUtil();
     ViewBag.Data = util.GetControllerNames();
     return View();
 }
예제 #2
0
 public void GetAllControll()
 {
     ControllerUtil util = new ControllerUtil();
     List<string> temp = util.GetControllerNames();
 }