Exemplo n.º 1
0
        public ActionResult Index(string returnUrl)
        {
            Session["AlreadyPopulated"] = false;
            ViewBag.ReturnUrl           = returnUrl;
            var path = Request.PhysicalApplicationPath;

            ViewBag.Languages = IndexViewModel.GetLanguages(path + "LanguagesConfig.xml");
            return(View("Index"));
        }