Ejemplo n.º 1
0
        public ActionResult Start(string appName = "")
        {
            if (string.IsNullOrEmpty(appName))
            {
                appName = GetAppNameFromRequest();
            }

            Fs.RegisterProxy(appName);
            return(View("Start", (object)appName));
        }