示例#1
0
 public override ActionResult Index()
 {
     ViewBag.FileServer = ConfigUtility.GetConfigValue("FileServer");
     return(View());
 }